mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
This patch adds `combine` argument to (Toggle)SnapToEdge actions. This allows to snap a window to e.g. up-left by running two actions: - `<action name="SnapToEdge" direction="left" combine="yes" />` - `<action name="SnapToEdge" direction="up" combine="yes" />` Then running `<action name="SnapToEdge" direction="down" combine="yes" />` snaps it to left again. This behavior is almost the same as KWin, except that snapping a up-right-tiled window to right doesn't move it to the right-adjacent output, but makes it right-tiled first. |
||
|---|---|---|
| .. | ||
| autostart | ||
| environment | ||
| labnag.1.scd | ||
| labwc-actions.5.scd | ||
| labwc-config.5.scd | ||
| labwc-menu.5.scd | ||
| labwc-theme.5.scd | ||
| labwc.1.scd | ||
| menu.xml | ||
| meson.build | ||
| rc.xml | ||
| rc.xml.all | ||
| README | ||
| shutdown | ||
| themerc | ||
| xinitrc | ||
Config layout for ~/.config/labwc/ - autostart - environment - menu.xml - rc.xml - shutdown - themerc-override - xinitrc See `man labwc-config and `man labwc-theme` for further details.