aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'X11/openbox')
-rw-r--r--X11/openbox/rc.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index 256f234..ffc6c67 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -112,7 +112,7 @@
112 -o "window.dimensions.lines=32" \ 112 -o "window.dimensions.lines=32" \
113 -o "window.dimensions.columns=70" \ 113 -o "window.dimensions.columns=70" \
114 -o 'env.fullrc="false"' \ 114 -o 'env.fullrc="false"' \
115 -e nvim ~/.config/openbox/rc.xml; 115 -e vim ~/.config/openbox/rc.xml;
116 openbox --reconfigure 116 openbox --reconfigure
117 ' 117 '
118 </command> 118 </command>
@@ -543,7 +543,7 @@
543 <action name="Execute"> 543 <action name="Execute">
544 <!-- Copy to CLIPBOARD --> 544 <!-- Copy to CLIPBOARD -->
545 <command> 545 <command>
546 alacritty --title @CLIPBORD -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;' 546 alacritty --title @CLIPBORD -o 'env.fullrc="false"' -e vim -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;'
547 </command> 547 </command>
548 </action> 548 </action>
549 </keybind> 549 </keybind>
@@ -616,7 +616,7 @@
616 <!-- Rofi --> 616 <!-- Rofi -->
617 <keybind key="A-F1"> 617 <keybind key="A-F1">
618 <action name="Execute"> 618 <action name="Execute">
619 <command>launcher</command> 619 <command>rofi -show drun -modes run</command>
620 </action> 620 </action>
621 </keybind> 621 </keybind>
622 <keybind key="W-n"> 622 <keybind key="W-n">
@@ -702,7 +702,7 @@
702 </keybind> 702 </keybind>
703 <keybind key="W-r"> 703 <keybind key="W-r">
704 <action name="Execute"> 704 <action name="Execute">
705 <command>runner</command> 705 <command>rofi -show run</command>
706 </action> 706 </action>
707 </keybind> 707 </keybind>
708 <keybind key="W-g"> 708 <keybind key="W-g">
@@ -758,7 +758,7 @@
758 </keybind> 758 </keybind>
759 <keybind key="C-A-n"> 759 <keybind key="C-A-n">
760 <action name="Execute"> 760 <action name="Execute">
761 <command>alacritty -e nvim</command> 761 <command>alacritty -e vim</command>
762 </action> 762 </action>
763 </keybind> 763 </keybind>
764 <keybind key="W-S-r"> 764 <keybind key="W-S-r">