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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sxhkd/scripts/sxhkd/rofi_new.sh b/sxhkd/scripts/sxhkd/rofi_new.sh
index 4e28454..47a0ae7 100755
--- a/sxhkd/scripts/sxhkd/rofi_new.sh
+++ b/sxhkd/scripts/sxhkd/rofi_new.sh
@@ -1,6 +1,6 @@
#!/bin/bash
if [ -z $1 ]; then
- cat <(echo -e "Web\nMail\nMusique") <(bspc query --names -D) | sort -u
+ cat <(echo -e "Chat\nWeb\nMail\nMusique") <(bspc query --names -D) | sort -u
else
~/scripts/sxhkd/show.sh $1
fi