diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-11-16 22:43:49 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-11-16 22:43:49 +0300 |
commit | 6e63a198dc322091c1e55ebdf5e110ea06814fd1 (patch) | |
tree | e222e810349b00ffda395a5937711717900e3ed3 /dotfiles/.scripts/menurun | |
parent | fd219d720d260bbb4e8947b9255f8573e9447991 (diff) | |
download | swayrice-6e63a198dc322091c1e55ebdf5e110ea06814fd1.tar.gz swayrice-6e63a198dc322091c1e55ebdf5e110ea06814fd1.zip |
bemenu scripts updated for new look
Diffstat (limited to 'dotfiles/.scripts/menurun')
-rwxr-xr-x | dotfiles/.scripts/menurun | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dotfiles/.scripts/menurun b/dotfiles/.scripts/menurun index 900a4c3..744d420 100755 --- a/dotfiles/.scripts/menurun +++ b/dotfiles/.scripts/menurun @@ -3,4 +3,7 @@ # Source settings from .bemenurc . $HOME/.bemenurc -bemenu-run $BEMENU_OPTIONS +#action=$(compgen -c | sort -u | bemenu -p "Run:" $BEMENU_OPTIONS) +#$action + +bemenu-run --tf="$BEMENU_TF" --tb="$BEMENU_NB" --fb="$BEMENU_NB" --fn="$BEMENU_FN" --nb="$BEMENU_NB" --nf="$BEMENU_NF" --hf="$BEMENU_HF" --hb="$BEMENU_HB" |