Namespaced rofi scripts
This commit is contained in:
parent
78605ddd4e
commit
5b80b4c33a
8 changed files with 53 additions and 30 deletions
9
.local/bin/menu-run
Executable file
9
.local/bin/menu-run
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/sh
|
||||
# Script to have rofi show and run aliases
|
||||
|
||||
rofi -run-list-command "alias | awk -F= \"{print \\\$1}\"" \
|
||||
-run-command "/usr/bin/zsh -i -c '{cmd}'" \
|
||||
-rnow -show-icons -matching "prefix" \
|
||||
-display-combi "Start" \
|
||||
-show combi -combi-modes "drun,run"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue