diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2022-08-24 08:36:28 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-08-24 08:36:28 +0200 |
commit | f53fe9f3537b6c81436f937d3927ff392dac57c0 (patch) | |
tree | a7fbc7a4e91f5cb502926e892eb9b03ab3b1a548 /sxhkd/scripts | |
parent | 842db292e651fc362a9e54435023e6c61d7f2da6 (diff) |
Update sxhkd scripts
Diffstat (limited to 'sxhkd/scripts')
-rwxr-xr-x | sxhkd/scripts/sxhkd/rofi_rename.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sxhkd/scripts/sxhkd/rofi_rename.sh b/sxhkd/scripts/sxhkd/rofi_rename.sh index 73eae1f..15183b7 100755 --- a/sxhkd/scripts/sxhkd/rofi_rename.sh +++ b/sxhkd/scripts/sxhkd/rofi_rename.sh @@ -1,4 +1,7 @@ #!/bin/sh + +/bin/echo -en "\0prompt\x1fRenomer\n" + if [ -z $1 ]; then echo "edit" echo "musique" |