mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
Loosely based on http://openbox.org/wiki/Help:Actions#MoveResizeTo Only allows to use percent values for x, y, width and height attributes. Does not support `monitor` argument. Example config: ```xml <!-- Resize via W-Numpad --> <keybind key="W-KP_1"> <action name="MoveResizeTo" x="0%" y="50%" height="50%" width="50%" /> </keybind> <keybind key="W-KP_2"> <action name="MoveResizeTo" x="0%" y="50%" height="50%" width="100%" /> </keybind> <keybind key="W-KP_3"> <action name="MoveResizeTo" x="50%" y="50%" height="50%" width="50%" /> </keybind> <keybind key="W-KP_4"> <action name="MoveResizeTo" x="0%" y="0%" height="100%" width="50%" /> </keybind> <keybind key="W-KP_5"> <action name="MoveResizeTo" /> </keybind> <keybind key="W-KP_6"> <action name="MoveResizeTo" x="50%" y="0%" height="100%" width="50%" /> </keybind> <keybind key="W-KP_7"> <action name="MoveResizeTo" x="0%" y="0%" height="50%" width="50%" /> </keybind> <keybind key="W-KP_8"> <action name="MoveResizeTo" x="0%" y="0%" height="50%" width="100%" /> </keybind> <keybind key="W-KP_9"> <action name="MoveResizeTo" x="50%" y="0%" height="50%" width="50%" /> </keybind> ``` Partly fixes #386 |
||
|---|---|---|
| .. | ||
| common | ||
| config | ||
| menu | ||
| private | ||
| xbm | ||
| action.h | ||
| buffer.h | ||
| debug.h | ||
| key-state.h | ||
| labwc.h | ||
| layers.h | ||
| meson.build | ||
| node.h | ||
| resistance.h | ||
| ssd.h | ||
| theme.h | ||
| workspaces.h | ||