Recent rofi stuff
This commit is contained in:
parent
b3736e8d7c
commit
4dc1a98098
3 changed files with 45 additions and 28 deletions
|
|
@ -1,9 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
# Script to have rofi show and run aliases
|
||||
|
||||
rofi -run-list-command "alias | awk -F= \"{print \\\$1}\"" \
|
||||
-run-command "/usr/bin/env zsh -i -c '{cmd}'" \
|
||||
-rnow -show-icons -matching "prefix" \
|
||||
rofi -rnow -show-icons -matching "prefix" \
|
||||
-display-combi "Start:" \
|
||||
-show combi -combi-modes "drun,run"
|
||||
|
||||
-display-drun "Start:" \
|
||||
-show drun
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue