labwc/docs
droc12345 b0c2ac1a6d
osd: add window-switcher field content types (#1623)
...`workspace`, `state`, `type_short` and `output`.

Example usage:

    <windowSwitcher allWorkspaces="yes">
      <fields>
        <field content="workspace" width="5%" />
        <field content="state" width="3%" />
        <field content="type_short" width="3%" />
        <field content="output" width="9%" />
        <field content="identifier" width="30%" />
        <field content="title" width="50%" />
      </fields>
    </windowSwitcher>
2024-03-16 15:28:37 +00:00
..
autostart docs/autostart: use wlopm with * 2022-05-04 21:52:20 +01:00
environment Fix various typos across the codebase 2024-03-08 13:59:20 +01:00
labwc-actions.5.scd action: allow client-menu to open at mouse cursor 2024-03-13 10:51:50 -04:00
labwc-config.5.scd osd: add window-switcher field content types (#1623) 2024-03-16 15:28:37 +00: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 Fix various typos across the codebase 2024-03-08 13:59:20 +01: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 osd: add window-switcher field content types (#1623) 2024-03-16 15:28:37 +00: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.