diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-09-26 11:53:44 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-09-26 11:53:44 +0800 |
commit | c306c38c913f8c05d734d613e06a4f628019f8d3 (patch) | |
tree | 6a9f24309bee04364d5de3bde89b7e0cf91fe2b8 /misc/openbox | |
parent | c594d6b5650625e64e7404a3caa3c419ca4954c5 (diff) |
Update
Diffstat (limited to 'misc/openbox')
-rw-r--r-- | misc/openbox/rc.xml | 14 |
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"> |