aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-06 12:06:27 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-06 12:06:27 +0800
commit1b37f7d7f1554f4ef4cd185c1181d54d9956b1db (patch)
tree54057c5cee90f3a93b240d77828f14f90af8c93f /X11
parenta9386c536189f2aaf38c9e2ba674a096657ca366 (diff)
Update
Diffstat (limited to 'X11')
-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>