labwc/docs
tokyo4j 44146487b2 osd: update the default window switcher layout
The default window switcher layout is updated from:

  <windowSwitcher>
    <fields>
      <field content="type" width="25%" />
      <field content="trimmed_identifier" width="25%" />
      <field content="title" width="50%" />
    </fields>
  </windowSwitcher>

to:

  <windowSwitcher>
    <fields>
      <field content="icon" width="5%" />
      <field content="desktop_entry_name" width="30%" />
      <field content="title" width="65%" />
    </fields>
  </windowSwitcher>

Only desktop entry name and title are shown when libsfdo is not linked.
2025-04-02 20:49:38 +01:00
..
autostart docs/autostart: use wlopm with * 2022-05-04 21:52:20 +01:00
environment docs/environment: remove example MOZ_ENABLE_WAYLAND=1 2024-12-12 20:13:10 +00:00
labwc-actions.5.scd docs: labwc-actions.5.scd style updates 2025-03-31 21:26:56 +01:00
labwc-config.5.scd osd: update the default window switcher layout 2025-04-02 20:49:38 +01:00
labwc-menu.5.scd src/menu: add support for scalable menu icons 2025-02-02 15:05:37 +00:00
labwc-theme.5.scd osd: add osd.window-switcher.item.icon.size 2025-04-01 21:14:20 +01:00
labwc.1.scd desktop-entry: demote libsfdo error-logging 2024-12-30 23:39:02 +01:00
menu.xml docs: trailing space, 1 tab to spaces, labwc-theme.5.scd to fit 80 cols 2025-02-08 17:37:43 +01:00
meson.build docs: add example shutdown file 2024-06-01 23:53:34 +02:00
rc.xml docs/rc.xml: remove gap from the example config 2024-02-28 20:51:17 +00:00
rc.xml.all osd: update the default window switcher layout 2025-04-02 20:49:38 +01:00
README xwayland: support xinitrc scripts to configure server on launch (#1963) 2024-07-20 09:40:11 +01:00
shutdown docs: add example shutdown file 2024-06-01 23:53:34 +02:00
themerc osd: add osd.window-switcher.item.icon.size 2025-04-01 21:14:20 +01:00
xinitrc xwayland: support xinitrc scripts to configure server on launch (#1963) 2024-07-20 09:40:11 +01:00

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.