From 8ce590c46ce9c80d560c9e1dfc59ad52ba7a652f Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 28 Dec 2021 10:49:08 +0100 Subject: Update bspwm scripts --- sxhkd/scripts/sxhkd/rofi_new.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sxhkd/scripts/sxhkd/rofi_new.sh') diff --git a/sxhkd/scripts/sxhkd/rofi_new.sh b/sxhkd/scripts/sxhkd/rofi_new.sh index 47a0ae7..b1e19d8 100755 --- a/sxhkd/scripts/sxhkd/rofi_new.sh +++ b/sxhkd/scripts/sxhkd/rofi_new.sh @@ -2,6 +2,8 @@ if [ -z $1 ]; then cat <(echo -e "Chat\nWeb\nMail\nMusique") <(bspc query --names -D) | sort -u else - ~/scripts/sxhkd/show.sh $1 + for desktop in $(echo $1 | tr "," "\n"); do + ~/scripts/sxhkd/show.sh $desktop + done fi -- cgit v1.2.3