aboutsummaryrefslogtreecommitdiff
path: root/sxhkd/scripts/sxhkd/rofi_new.sh
blob: 47a0ae7485def745b2153b43448bf829efc107d2 (plain)
1
2
3
4
5
6
7
#!/bin/bash
if [ -z $1 ]; then
    cat <(echo -e "Chat\nWeb\nMail\nMusique") <(bspc query --names -D) | sort -u
else
  ~/scripts/sxhkd/show.sh $1
fi