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, 2 insertions, 5 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index 2626285..b1736b8 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -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 'normal A' -c 'startinsert' -c 'nmap &lt;C-c&gt; :w !xsel -ib&lt;CR&gt;:qa!&lt;CR&gt;' 544 alacritty -o 'env.fullrc="false"' -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>
@@ -575,10 +575,7 @@
575 <keybind key="W-y"> 575 <keybind key="W-y">
576 <action name="Execute"> 576 <action name="Execute">
577 <command> 577 <command>
578 sh -c ' 578 sh -c 'yad --entry | xargs -i xdotool set_window --name @{} `xdotool getactivewindow`'
579 zenity --entry --text "Window title" | \
580 xargs -i xdotool set_window --name @{} `xdotool getactivewindow`
581 '
582 </command> 579 </command>
583 </action> 580 </action>
584 </keybind> 581 </keybind>