13 lines
270 B
Bash
Executable file
13 lines
270 B
Bash
Executable file
#!/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"
|
|
|