labwc/docs
Tomi Ollila 80ff89c640 Typo/style fixes in docs and code comments
Codespell(1)-pointed typos in files listed by `git ls-files`
(sans checkpatch.pl and possibly some others). Removed some
extra spaces. Added a few missing trailing periods.
`Default is ...`.  Added spaces in ' />' where missing
(sans e.g. wayland protocol and t/* files).
Fit some lines in docs/*.scd to 80 colums.

Used git grep commands (to find similar cases):
$ git grep -n '\S/>'
$ git grep -nF '.  '
$ git grep -n '[^\t*'\'',{#]\t'
$ git grep -ni 'default '

No functional change. No change in *.[ch] line numbers.
2026-05-18 19:55:05 +01:00
..
autostart Typo/style fixes in docs and code comments 2026-05-18 19:55:05 +01:00
environment docs: add example for GTK4 composing 2025-12-23 20:11:33 +00:00
labnag.1.scd labnag: add details border color and margin options 2026-04-28 20:47:21 +01:00
labwc-actions.5.scd Typo/style fixes in docs and code comments 2026-05-18 19:55:05 +01:00
labwc-config.5.scd Typo/style fixes in docs and code comments 2026-05-18 19:55:05 +01:00
labwc-menu.5.scd Typo/style fixes in docs and code comments 2026-05-18 19:55:05 +01:00
labwc-theme.5.scd Typo/style fixes in docs and code comments 2026-05-18 19:55:05 +01:00
labwc.1.scd Typo/style fixes in docs and code comments 2026-05-18 19:55:05 +01:00
menu.xml Typo/style fixes in docs and code comments 2026-05-18 19:55:05 +01:00
meson.build Add labnag 2025-08-09 10:44:03 +01:00
rc.xml docs/rc.xml: populate <theme><name> to avoid empty string 2025-12-07 14:54:19 +09:00
rc.xml.all Typo/style fixes in docs and code comments 2026-05-18 19:55:05 +01:00
README xwayland: support xinitrc scripts to configure server on launch (#1963) 2024-07-20 09:40:11 +01:00
shutdown docs: document labwc-session.target integration 2026-04-27 20:57:36 +01:00
themerc theme: add option window.button.hover.bg.color 2026-02-08 18:45:48 +00: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.