Recent rofi stuff

This commit is contained in:
agryphus 2024-01-08 23:06:17 -05:00
parent b3736e8d7c
commit 4dc1a98098
3 changed files with 45 additions and 28 deletions

View file

@ -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