From 18368532af68f71450ebbb6fd6b5c5e95754e84d Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 6 Aug 2020 22:12:25 +0300 Subject: show bemenu menus in all monitors --- dotfiles/.local/bin/menuemoji | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.local/bin/menuemoji') diff --git a/dotfiles/.local/bin/menuemoji b/dotfiles/.local/bin/menuemoji index bd13aa4..9303d81 100755 --- a/dotfiles/.local/bin/menuemoji +++ b/dotfiles/.local/bin/menuemoji @@ -5,7 +5,7 @@ # Source settings from .bemenurc . ~/.config/bemenurc -chosen=$(grep -v "#" ~/.local/share/script-data/emoji | bemenu -i -l 25 --tf="$BEMENU_TF" --tb="$BEMENU_NB" --fb="$BEMENU_NB" --fn="$BEMENU_FN" --nb="$BEMENU_NB" --nf="$BEMENU_NF" --hf="$BEMENU_HF" --hb="$BEMENU_HB") +chosen=$(grep -v "#" ~/.local/share/script-data/emoji | bemenu -i -l 25 --tf="$BEMENU_TF" --tb="$BEMENU_NB" --fb="$BEMENU_NB" --fn="$BEMENU_FN" --nb="$BEMENU_NB" --nf="$BEMENU_NF" --hf="$BEMENU_HF" --hb="$BEMENU_HB" --monitor="$BEMENU_MONITOR") if [ -z $chosen ]; then exit 0 -- cgit v1.2.3