diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-06 10:59:16 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-06 10:59:16 +0800 |
commit | 39ce0f945fd7a0f11a984a3ed6cdd9b3d73a799e (patch) | |
tree | 14cd3eb0ac1bd2de0db26f34cd4090c775b73eba /X11/openbox | |
parent | e68be713a57cbc0da4936625c50b6fc31be3fa95 (diff) |
Update
Diffstat (limited to 'X11/openbox')
-rw-r--r-- | X11/openbox/rc.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index c8b284a..5cf761c 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -237,6 +237,18 @@ | |||
237 | </action> | 237 | </action> |
238 | <action name="MoveToCenter"/> | 238 | <action name="MoveToCenter"/> |
239 | </keybind> | 239 | </keybind> |
240 | <keybind key="W-S-l"> | ||
241 | <action name="MoveToEdge"> | ||
242 | <direction>east</direction> | ||
243 | </action> | ||
244 | <action name="MoveToEdge"> | ||
245 | <direction>south</direction> | ||
246 | </action> | ||
247 | </keybind> | ||
248 | <keybind key="W-F1"> | ||
249 | <action name="ToggleAlwaysOnTop"/> | ||
250 | </keybind> | ||
251 | |||
240 | <!-- | 252 | <!-- |
241 | <keybind key="W-h"> | 253 | <keybind key="W-h"> |
242 | <action name="Unmaximize"/> | 254 | <action name="Unmaximize"/> |
@@ -613,7 +625,7 @@ | |||
613 | </action> | 625 | </action> |
614 | </keybind> | 626 | </keybind> |
615 | <!-- Lockscreen --> | 627 | <!-- Lockscreen --> |
616 | <keybind key="W-S-L"> | 628 | <keybind key="W-BackSpace"> |
617 | <action name="Execute"> | 629 | <action name="Execute"> |
618 | <command>betterlockscreen --lock</command> | 630 | <command>betterlockscreen --lock</command> |
619 | </action> | 631 | </action> |