labwc/docs
Droc 5fad413c21 OSD window switcher, based on work done by @Consolatis,
it uses a custom field (a subset of printf style formatting) to
replace the original field formats. I added documentation, and
fixed the few style check complaints.

Example:

<windowSwitcher preview="no" outlines="no" allWorkspaces="yes">
  <fields>
    <field content="custom" format="foobar %b %3s %-10o %-20W %-10i%t" width="100%" />
  </fields>
</windowSwitcher>

Mono space font recommended, may need osd width adjusted
2024-04-09 18:59:13 -05: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 docs: 80 column lines (where possible), drop trailing whitespace 2024-04-07 21:54:42 +02:00
labwc-config.5.scd OSD window switcher, based on work done by @Consolatis, 2024-04-09 18:59:13 -05:00
labwc-menu.5.scd menu: support pipe menus 2024-03-24 21:44:16 +00:00
labwc-theme.5.scd src/theme.c: support inline alpha encoding like #aabbccff 2024-04-08 21:05:05 +01: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 window switcher, based on work done by @Consolatis, 2024-04-09 18:59:13 -05:00
README theme: support theme setting override 2023-01-03 21:21:21 +00:00
themerc osd: support percent values for window switcher width 2024-04-08 15:44:53 +02: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.