aboutsummaryrefslogtreecommitdiff
path: root/sxhkd/scripts/sxhkd/rofi_rename.sh
blob: d2bb04db7f8a8b787ea9fa965afcbafcda05b8bf (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
if [ -z $1 ]; then
    echo "Edit"
    echo "Musique"
  exit 0
else
  bspc desktop -n ${1}
  exit 1
fi