14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
rofi \
|
||
|
-show drun \
|
||
|
-modi run,drun \
|
||
|
-no-lazy-grab \
|
||
|
-scroll-method 0 \
|
||
|
-drun-match-fields all \
|
||
|
-drun-display-format "{name}" \
|
||
|
-no-drun-show-actions \
|
||
|
-terminal kitty
|
||
|
# -theme "${HOME}/.config/rofi/themes/launcher.rasi"
|
||
|
|