Namespaced rofi scripts

This commit is contained in:
agryphus 2023-09-29 13:39:48 -04:00
parent 78605ddd4e
commit 5b80b4c33a
8 changed files with 53 additions and 30 deletions

9
.local/bin/menu-run Executable file
View 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"