labwc/docs
Johan Malm 393f8fadab theme: use max_toggled_hover.xbm
...and treat max_hover_toggled.xbm as an alternative name supported for
compatibility reasons.

Use the following button filename schema: "BUTTON [TOGGLED] [STATE]"
with the words separted by underscore and with the following meaning:
  - BUTTON can be one of 'max', 'iconify', 'close', 'menu'
  - TOGGLED is either 'toggled' or nothing
  - STATE is 'hover' or nothing.

This is consistent with the openbox.org wiki and it is believed that this
is how the vast majority of extant openbox themes out there are written.

But please be aware that it is actually different to vanilla Openbox which
uses: "BUTTON [STATE] [TOGGLED]" following a commit in 2014 which broke
themes and led to some distros patching Openbox:
35e92e4c2a

Arch Linux and Debian patch Openbox to keep the old syntax (the one that
this commit aligns us with).
https://gitlab.archlinux.org/archlinux/packaging/packages/openbox/-/blob/main/debian-887908.patch?ref_type=heads
2023-12-09 22:19:23 +01:00
..
autostart docs/autostart: use wlopm with * 2022-05-04 21:52:20 +01:00
environment how to specify variant layout 2023-10-31 21:06:07 +00:00
labwc-actions.5.scd Implement key binds to control virtual outputs (#1287) 2023-12-09 09:01:11 +00:00
labwc-config.5.scd labwc-config(5): update <margin> description 2023-12-08 23:56:00 +01:00
labwc-menu.5.scd Add default menu descriptions to labwc-menu.5.scd 2023-09-26 21:08:35 +01:00
labwc-theme.5.scd theme: use max_toggled_hover.xbm 2023-12-09 22:19:23 +01:00
labwc.1.scd Add --exit and --reconfigure 2022-10-15 00:19:18 +02:00
labwc.desktop src/config/session.c: Update dbus / systemd activation environment 2022-07-29 06:45:24 +01:00
menu.xml Added note for localization support to menu.xml 2023-09-20 19:08:46 +02:00
meson.build theme: support theme setting override 2023-01-03 21:21:21 +00:00
rc.xml src/config/rcxml.c: allow clearing key/mouse bindings 2023-02-03 03:30:10 +01:00
rc.xml.all feat: implement <font place="InactiveWindow"> (ref scope: 2.4.7) (#1292) 2023-12-07 09:28:27 +01:00
README theme: support theme setting override 2023-01-03 21:21:21 +00:00
themerc use the GTK+ 3 notebook header color as the default active title color 2023-11-28 21:55:33 +00: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.