diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-09-26 11:05:00 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-09-26 11:05:00 +0800 |
commit | c594d6b5650625e64e7404a3caa3c419ca4954c5 (patch) | |
tree | d04376e05c119a5f192d2626176331c2ebb61858 /misc | |
parent | fc732d3197cfe3dff8575ea4544da24939c3c3b5 (diff) |
Update
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 7109755..cc89134 100644 --- a/misc/openbox/rc.xml +++ b/misc/openbox/rc.xml | |||
@@ -106,8 +106,12 @@ | |||
106 | <keyboard> | 106 | <keyboard> |
107 | <keybind key="W-o"> | 107 | <keybind key="W-o"> |
108 | <action name="Execute"> | 108 | <action name="Execute"> |
109 | <command>alacritty -o "window.dimensions.lines=32" -o "window.dimensions.columns=90" -e vim ~/.config/openbox/rc.xml</command> | 109 | <command>alacritty |
110 | </action> | 110 | -o "window.dimensions.lines=32" |
111 | -o "window.dimensions.columns=90" | ||
112 | -e vim ~/.config/openbox/rc.xml | ||
113 | </command> | ||
114 | </action> | ||
111 | </keybind> | 115 | </keybind> |
112 | <!-- Change Workspace/Desktop --> | 116 | <!-- Change Workspace/Desktop --> |
113 | <keybind key="W-1"> | 117 | <keybind key="W-1"> |