diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-08-09 17:59:10 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-08-09 17:59:10 +0200 |
commit | 108b882957a50aaace887ccac91ccb6136820411 (patch) | |
tree | e826e6c03b78b5c7b89daefcb8d2142bbd792a50 /rofi | |
parent | da95aec593f749f9aa70bf752985b544fdc5751c (diff) |
Update i3 configuration
Diffstat (limited to 'rofi')
-rwxr-xr-x | rofi/rename.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rofi/rename.sh b/rofi/rename.sh index dcdbcd8..30dde16 100755 --- a/rofi/rename.sh +++ b/rofi/rename.sh @@ -1,5 +1,7 @@ #!/bin/sh if [ -z $1 ]; then + echo "Edit:" + echo "Musique:" exit 0 else i3-msg "rename workspace to ${1}" > /dev/null |