aboutsummaryrefslogtreecommitdiff
path: root/rofi/rename.sh
blob: 30dde160467145a52239d4091f5ebd6c7f9b8102 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
if [ -z $1 ]; then
    echo "Edit:"
    echo "Musique:"
  exit 0
else
  i3-msg "rename workspace to ${1}" > /dev/null
  exit 1
fi