aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/openbox
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-02-28 14:53:07 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-02-28 14:53:07 +0800
commitb0953e37d5e44b14a7aaa06e0b058603348d2db7 (patch)
treea9a2d55b00a5a7b4f904501d84ba4e242430831e /X11/openbox
parent73826942dc1b368bb76f8471d50dffd0e1a4b42f (diff)
Add keybind of rename window
Diffstat (limited to 'X11/openbox')
-rw-r--r--X11/openbox/rc.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index 96e271e..9ce6e2f 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -516,6 +516,10 @@
516 <keybind key="W-S-t"> 516 <keybind key="W-S-t">
517 <action name="Execute"> 517 <action name="Execute">
518 <command> 518 <command>
519 rofi
520 -theme-str '#window { children: [inputbar]; }'
521 -show rename
522 -modes rename:~/helper/X11/rename_current_window.sh
519 </command> 523 </command>
520 </action> 524 </action>
521 </keybind> 525 </keybind>