aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-03-19 23:49:11 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-03-19 23:49:11 +0800
commitd366d6131dbe3c53ba64246f4ecf49acf43c9ce2 (patch)
treec9e2adffffee2ff428ce7475bfea3407f4ac7240
parent9394b812d0074d4aa934cdc8bc341a6d63d3ad8f (diff)
Update
-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>