diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-09-24 21:49:47 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-09-24 21:49:47 +0800 |
commit | 38280fc144bb1cde7a3399768e0cf725047bb4d8 (patch) | |
tree | ef8767d2981426280cd303d877cf8e3e7924a157 /misc | |
parent | 1cafd4d9e37789f2dd22445fc1ab8407e6a1f4e2 (diff) |
Add keybindings to openbox
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openbox/rc.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/openbox/rc.xml b/misc/openbox/rc.xml index 1927949..e008e0e 100644 --- a/misc/openbox/rc.xml +++ b/misc/openbox/rc.xml | |||
@@ -104,7 +104,11 @@ | |||
104 | </dock> | 104 | </dock> |
105 | <!-- ################################ Keybindings ################################ --> | 105 | <!-- ################################ Keybindings ################################ --> |
106 | <keyboard> | 106 | <keyboard> |
107 | <chainQuitKey/> | 107 | <keybind key="W-o"> |
108 | <action name="Execute"> | ||
109 | <command>alacritty -o "window.dimensions.lines=32" -o "window.dimensions.columns=90" -e vim ~/.config/openbox/rc.xml</command> | ||
110 | </action> | ||
111 | </keybind> | ||
108 | <!-- Change Workspace/Desktop --> | 112 | <!-- Change Workspace/Desktop --> |
109 | <keybind key="W-1"> | 113 | <keybind key="W-1"> |
110 | <action name="GoToDesktop"> | 114 | <action name="GoToDesktop"> |
@@ -515,7 +519,7 @@ | |||
515 | </keybind> | 519 | </keybind> |
516 | <keybind key="W-m"> | 520 | <keybind key="W-m"> |
517 | <action name="Execute"> | 521 | <action name="Execute"> |
518 | <command>~/.config/openbox/rofi/bin/music</command> | 522 | <command>alacritty -e ncmpcpp</command> |
519 | </action> | 523 | </action> |
520 | </keybind> | 524 | </keybind> |
521 | <keybind key="W-x"> | 525 | <keybind key="W-x"> |