aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/openbox/rc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'X11/openbox/rc.xml')
-rw-r--r--X11/openbox/rc.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index 95dd894..6c3fb1a 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -111,7 +111,7 @@
111 alacritty --title @OPENBOX_CONFIG \ 111 alacritty --title @OPENBOX_CONFIG \
112 -o "window.dimensions.lines=32" \ 112 -o "window.dimensions.lines=32" \
113 -o "window.dimensions.columns=90" \ 113 -o "window.dimensions.columns=90" \
114 -e vim ~/.config/openbox/rc.xml \ 114 -e $EDITOR ~/.config/openbox/rc.xml \
115 ' 115 '
116 </command> 116 </command>
117 </action> 117 </action>
@@ -531,6 +531,13 @@
531 </command> 531 </command>
532 </action> 532 </action>
533 </keybind> 533 </keybind>
534 <keybind key="W-e">
535 <action name="Execute">
536 <command>
537 sh -c 'PRE_POPULATE="tk " alacritty'
538 </command>
539 </action>
540 </keybind>
534 <keybind key="W-y"> 541 <keybind key="W-y">
535 <action name="Execute"> 542 <action name="Execute">
536 <command> 543 <command>