aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'X11/openbox')
-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>