diff options
Diffstat (limited to 'sxhkd/scripts')
-rwxr-xr-x | sxhkd/scripts/sxhkd/rofi_new.sh | 2 |
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 |