diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-09-28 20:33:59 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-09-28 20:33:59 +0800 |
commit | de5bb7b49097d3a7d8a7da65c9c2601afabb603e (patch) | |
tree | 1ceac30d0576436b7fa5414527e65151326b6fa8 /misc | |
parent | 6b0d7973cc7126b8a54fefe6fb317bd8ad19b983 (diff) |
Update
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openbox/rc.xml | 9 |
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> |