aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc2
-rwxr-xr-xsxhkd/scripts/sxhkd/rofi_rename.sh3
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"