labwc/docs
Johan Malm 3c3bcc2765 view: add MoveToOutput wrap attribute
Support `wrap` in view_get_adjacent_output(). This means that when seeking
an adjacent output in a particular direction from an output that is
already furthest in that direction within the layout, rather than
returning NULL, wrap around from the leftmost to the rightmost, or topmost
to the bottommost and vice versa.

Example usage:

    <action name="MoveToOutput" direction="right" wrap="yes" />

Wrap is disabled by default to keep the user interface consistent.
2024-03-02 21:23:01 +00:00
..
autostart docs/autostart: use wlopm with * 2022-05-04 21:52:20 +01:00
environment environment: add Thunderbird to MOZ_ENABLE_WAYLAND description 2024-01-24 23:41:40 +01:00
labwc-actions.5.scd view: add MoveToOutput wrap attribute 2024-03-02 21:23:01 +00:00
labwc-config.5.scd fix: typo in labwc-config.5.scd 2024-03-02 08:44:09 +01:00
labwc-menu.5.scd Fixed some typos, whitespace, periods, 80-column lines 2024-01-13 19:05:50 +00:00
labwc-theme.5.scd config: support merging multiple config files 2024-01-18 20:20:36 +00:00
labwc.1.scd config: support merging multiple config files 2024-01-18 20:20:36 +00:00
menu.xml feat: add Shade/Unshade/ToggleShade actions 2024-01-15 21:37:36 +00:00
meson.build theme: support theme setting override 2023-01-03 21:21:21 +00:00
rc.xml docs/rc.xml: remove gap from the example config 2024-02-28 20:51:17 +00:00
rc.xml.all config: support libinput sendEventsMode 2024-02-24 21:36:53 +01:00
README theme: support theme setting override 2023-01-03 21:21:21 +00:00
themerc Add theme option to configure boxes from workspace OSD 2023-12-11 10:41:33 +01:00

Config layout for ~/.config/labwc/
- autostart
- environment
- menu.xml
- rc.xml
- themerc-override

See `man labwc-config and `man labwc-theme` for further details.