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