diff options
| -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> |