aboutsummaryrefslogtreecommitdiff
path: root/sxhkd/scripts/sxhkd/rofi_new.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd/scripts/sxhkd/rofi_new.sh')
-rwxr-xr-xsxhkd/scripts/sxhkd/rofi_new.sh4
1 files changed, 3 insertions, 1 deletions
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