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/menuprompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.local/bin/menuprompt') diff --git a/dotfiles/.local/bin/menuprompt b/dotfiles/.local/bin/menuprompt index c336679..32823ec 100755 --- a/dotfiles/.local/bin/menuprompt +++ b/dotfiles/.local/bin/menuprompt @@ -4,4 +4,4 @@ # For example: # `./prompt "Do you want to shutdown?" "shutdown -h now"` -[ "$(printf "No\\nYes" | bemenu -i -p "$1" --tf="$BEMENU_TF" --tb="$BEMENU_NB" --fb="$BEMENU_NB" --fn="$BEMENU_FN" --nb="$BEMENU_NB" --nf="$BEMENU_NF" --hf="$BEMENU_HF" --hb="$BEMENU_HB")" = "Yes" ] && $2 +[ "$(printf "No\\nYes" | bemenu -i -p "$1" --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")" = "Yes" ] && $2 -- cgit v1.2.3