8 lines
103 B
Plaintext
Executable File
8 lines
103 B
Plaintext
Executable File
DIR="$HOME/.config/hypr"
|
|
RASI="$DIR/rofi/launcher.rasi"
|
|
|
|
# Run
|
|
rofi \
|
|
-show drun \
|
|
-theme ${RASI}
|