aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/openbox/rc.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/misc/openbox/rc.xml b/misc/openbox/rc.xml
index cc89134..9874de1 100644
--- a/misc/openbox/rc.xml
+++ b/misc/openbox/rc.xml
@@ -528,7 +528,11 @@
528 </keybind> 528 </keybind>
529 <keybind key="W-m"> 529 <keybind key="W-m">
530 <action name="Execute"> 530 <action name="Execute">
531 <command>alacritty -o "window.dimensions.lines=32" -o "window.dimensions.columns=90" -e mutt</command> 531 <command>alacritty --title Mutt
532 -o "window.dimensions.lines=32"
533 -o "window.dimensions.columns=90"
534 -e mutt
535 </command>
532 </action> 536 </action>
533 </keybind> 537 </keybind>
534 <keybind key="W-x"> 538 <keybind key="W-x">
@@ -611,14 +615,14 @@
611 <command>alacritty -e nvim</command> 615 <command>alacritty -e nvim</command>
612 </action> 616 </action>
613 </keybind> 617 </keybind>
614 <!--keybind key="C-A-r"> 618 <keybind key="C-A-r">
615 <action name="Execute"> 619 <action name="Execute">
616 <command>alacritty -e ranger</command> 620 <command>alacritty --title Ranger -e ranger</command>
617 </action> 621 </action>
618 </keybind--> 622 </keybind>
619 <keybind key="C-A-h"> 623 <keybind key="C-A-h">
620 <action name="Execute"> 624 <action name="Execute">
621 <command>alacritty -e htop</command> 625 <command>alacritty --title htop -e htop</command>
622 </action> 626 </action>
623 </keybind> 627 </keybind>
624 <keybind key="C-A-b"> 628 <keybind key="C-A-b">