aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'X11/openbox')
-rw-r--r--X11/openbox/rc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index 652c003..fec04e7 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -109,8 +109,8 @@
109 sh -c ' 109 sh -c '
110 xdotool search --name @OPENBOX_CONFIG windowactivate || \ 110 xdotool search --name @OPENBOX_CONFIG windowactivate || \
111 alacritty --title @OPENBOX_CONFIG \ 111 alacritty --title @OPENBOX_CONFIG \
112 -o "window.dimensions.lines=32" \ 112 -o "window.dimensions.lines=30" \
113 -o "window.dimensions.columns=70" \ 113 -o "window.dimensions.columns=80" \
114 -e nvim ~/.config/openbox/rc.xml; 114 -e nvim ~/.config/openbox/rc.xml;
115 openbox --reconfigure 115 openbox --reconfigure
116 ' 116 '
@@ -541,7 +541,7 @@
541 <keybind key="W-e"> 541 <keybind key="W-e">
542 <action name="Execute"> 542 <action name="Execute">
543 <command> 543 <command>
544 alacritty -e nvim -c 'r !xsel -ob' -c 'nmap &lt;C-c&gt; :w !xsel -ib&lt;CR&gt;:qa!&lt;CR&gt;' 544 alacritty -e nvim -c 'r !xsel -ob' -c 'normal A' -c 'startinsert' -c 'nmap &lt;C-c&gt; :w !xsel -ib&lt;CR&gt;:qa!&lt;CR&gt;'
545 </command> 545 </command>
546 </action> 546 </action>
547 </keybind> 547 </keybind>