add rofies
This commit is contained in:
parent
90179c1037
commit
a64c93a520
15 changed files with 1289 additions and 0 deletions
10
utils/launcher
Executable file
10
utils/launcher
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue