dotfiles/.config/rofi/scripts/launcher

14 lines
270 B
Plaintext
Raw Normal View History

2022-06-28 10:41:14 +02:00
#!/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"