aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--misc/openbox/rc.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/openbox/rc.xml b/misc/openbox/rc.xml
index 7333290..8334824 100644
--- a/misc/openbox/rc.xml
+++ b/misc/openbox/rc.xml
@@ -535,6 +535,15 @@
535 </command> 535 </command>
536 </action> 536 </action>
537 </keybind> 537 </keybind>
538 <keybind key="W-S-m">
539 <action name="Execute">
540 <command>alacritty --title Mutt
541 -o "window.dimensions.lines=32"
542 -o "window.dimensions.columns=110"
543 -e mutt -F ~/helper/mutt/muttrc.gmail
544 </command>
545 </action>
546 </keybind>
538 <keybind key="W-x"> 547 <keybind key="W-x">
539 <action name="Execute"> 548 <action name="Execute">
540 <command>~/.config/openbox/rofi/bin/powermenu</command> 549 <command>~/.config/openbox/rofi/bin/powermenu</command>