10 lines
243 B
Bash
Executable file
10 lines
243 B
Bash
Executable file
#!/usr/bin/env bash
|
|
rofi \
|
|
-show drun \
|
|
-modi run,drun,ssh,calc \
|
|
-scroll-method 0 \
|
|
-drun-match-fields all \
|
|
-drun-display-format "{name}" \
|
|
-terminal 'kermit -e' \
|
|
-kb-cancel Escape \
|
|
-theme "$HOME"/.config/rofi/config/launcher.rasi
|