aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-06-16 09:15:55 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-06-16 09:15:55 +0800
commit2678f550feca76e080684b0d7cb95f181ffcc581 (patch)
tree97994dc62d8afc2304ce2a8c24c9881fd5b76e28 /X11
parent6daf64e01f46254283984e2ea4283dcbefed24ab (diff)
Update
Diffstat (limited to 'X11')
-rw-r--r--X11/openbox/rc.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index 12f6563..78f91eb 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -525,6 +525,13 @@
525 <keybind key="W-e"> 525 <keybind key="W-e">
526 <action name="Execute"> 526 <action name="Execute">
527 <command> 527 <command>
528 alacritty -e nvim -c 'r !xsel -ob' -c 'nmap &lt;C-c&gt; :w !xsel -ib&lt;CR&gt;:qa!&lt;CR&gt;'
529 </command>
530 </action>
531 </keybind>
532 <keybind key="W-S-e">
533 <action name="Execute">
534 <command>
528 sh -c 'PRE_POPULATE="tk " alacritty' 535 sh -c 'PRE_POPULATE="tk " alacritty'
529 </command> 536 </command>
530 </action> 537 </action>