diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-31 13:15:48 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-31 13:15:48 +0800 |
commit | 1fec7c763240a428ef1cfd31ccafe3ed686dac83 (patch) | |
tree | 9a7075ee75593cd49b07d920616dcb7b935e79e7 | |
parent | fffb0b86fa8926490adaf0713549337737f30c65 (diff) |
Open mutt in ~/Downloads
-rw-r--r-- | X11/openbox/rc.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 96595df..54e664e 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -527,6 +527,7 @@ | |||
527 | <keybind key="W-m"> | 527 | <keybind key="W-m"> |
528 | <action name="Execute"> | 528 | <action name="Execute"> |
529 | <command>alacritty --title Mutt | 529 | <command>alacritty --title Mutt |
530 | --working-directory=/home/pham/Downloads | ||
530 | -o "window.dimensions.lines=32" | 531 | -o "window.dimensions.lines=32" |
531 | -o "window.dimensions.columns=110" | 532 | -o "window.dimensions.columns=110" |
532 | -e mutt | 533 | -e mutt |