diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-12 07:57:58 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-12 07:57:58 +0800 |
commit | db651b7d5456189d931fa51493a5fceb3e304fc2 (patch) | |
tree | 8ffcd44b3f14c74ad41f01a6d4abdd846381b79a | |
parent | 0b2602313e63be24679e06631b465188af12c63a (diff) |
Update
-rw-r--r-- | X11/openbox/rc.xml | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 50596e4..7ac6e01 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -105,10 +105,10 @@ | |||
105 | <keyboard> | 105 | <keyboard> |
106 | <keybind key="W-o"> | 106 | <keybind key="W-o"> |
107 | <action name="Execute"> | 107 | <action name="Execute"> |
108 | <command>alacritty | 108 | <command>alacritty |
109 | -o "window.dimensions.lines=32" | 109 | -o "window.dimensions.lines=32" |
110 | -o "window.dimensions.columns=90" | 110 | -o "window.dimensions.columns=90" |
111 | -e vim ~/.config/openbox/rc.xml | 111 | -e vim ~/.config/openbox/rc.xml |
112 | </command> | 112 | </command> |
113 | </action> | 113 | </action> |
114 | </keybind> | 114 | </keybind> |
@@ -522,18 +522,18 @@ | |||
522 | <keybind key="W-m"> | 522 | <keybind key="W-m"> |
523 | <action name="Execute"> | 523 | <action name="Execute"> |
524 | <command>alacritty --title Mutt | 524 | <command>alacritty --title Mutt |
525 | -o "window.dimensions.lines=32" | 525 | -o "window.dimensions.lines=32" |
526 | -o "window.dimensions.columns=110" | 526 | -o "window.dimensions.columns=110" |
527 | -e mutt | 527 | -e mutt |
528 | </command> | 528 | </command> |
529 | </action> | 529 | </action> |
530 | </keybind> | 530 | </keybind> |
531 | <keybind key="W-S-m"> | 531 | <keybind key="W-S-m"> |
532 | <action name="Execute"> | 532 | <action name="Execute"> |
533 | <command>alacritty --title Mutt | 533 | <command>alacritty --title Mutt |
534 | -o "window.dimensions.lines=32" | 534 | -o "window.dimensions.lines=32" |
535 | -o "window.dimensions.columns=110" | 535 | -o "window.dimensions.columns=110" |
536 | -e mutt -F ~/helper/mutt/muttrc.gmail | 536 | -e mutt -F ~/helper/mutt/muttrc.gmail |
537 | </command> | 537 | </command> |
538 | </action> | 538 | </action> |
539 | </keybind> | 539 | </keybind> |
@@ -588,14 +588,6 @@ | |||
588 | <command>~/helper/X11/rofi/rofi-pass</command> | 588 | <command>~/helper/X11/rofi/rofi-pass</command> |
589 | </action> | 589 | </action> |
590 | </keybind> | 590 | </keybind> |
591 | <!-- CLI Apps --> | ||
592 | <!-- | ||
593 | <keybind key="C-A-t"> | ||
594 | <action name="Execute"> | ||
595 | <command>xfce4-terminal</command> | ||
596 | </action> | ||
597 | </keybind> | ||
598 | --> | ||
599 | <keybind key="C-A-v"> | 591 | <keybind key="C-A-v"> |
600 | <action name="Execute"> | 592 | <action name="Execute"> |
601 | <command>alacritty -e vim</command> | 593 | <command>alacritty -e vim</command> |
@@ -994,7 +986,7 @@ | |||
994 | # order that they appear in this list | 986 | # order that they appear in this list |
995 | 987 | ||
996 | 988 | ||
997 | # each rule element can be left out or set to 'default' to specify to not | 989 | # each rule element can be left out or set to 'default' to specify to not |
998 | # change that attribute of the window | 990 | # change that attribute of the window |
999 | 991 | ||
1000 | <decor>yes</decor> | 992 | <decor>yes</decor> |