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 | |
parent | 842db292e651fc362a9e54435023e6c61d7f2da6 (diff) |
Update sxhkd scripts
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 2 | ||||
-rwxr-xr-x | sxhkd/scripts/sxhkd/rofi_rename.sh | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index deed203..171fae6 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -146,7 +146,7 @@ mod5 + {_,shift + } F{1-5} {~/scripts/sxhkd/show.sh, ~/scripts/sxhkd/move.sh} {1-5} super + n - rofi -modi "Desktop:~/scripts/sxhkd/rofi_new.sh,Renommer:~/scripts/sxhkd/rofi_rename.sh" -show Desktop + rofi -modi "Renommer:~/scripts/sxhkd/rofi_rename.sh,Desktop:~/scripts/sxhkd/rofi_new.sh" -show Renommer super + a bspc node @parent -f 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" |