aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--X11/openbox/rc.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index a679966..e7736f8 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -515,10 +515,10 @@
515 <keybind key="W-y"> 515 <keybind key="W-y">
516 <action name="Execute"> 516 <action name="Execute">
517 <command> 517 <command>
518 rofi 518 sh -c '
519 -theme-str '#window { children: [inputbar]; }' 519 zenity --entry --text "Window title" | \
520 -show rename 520 xargs -i xdotool set_window --name @{} `xdotool getactivewindow`
521 -modes rename:~/helper/X11/rename_current_window.sh 521 '
522 </command> 522 </command>
523 </action> 523 </action>
524 </keybind> 524 </keybind>