labwc/docs
Andrew J. Hesford e837445114 session: process environment.d and allow empty variables
1. All '*.env' files in an 'environment.d' directory alongside each
   potential 'environment' file will be parsed and added to the
   environment.

2. For the purposes of configuration merging, an environment definition
   exists at one level if either the 'environment' file is defined or
   its corresponding 'environment.d' contains any valid '*.env' file.

3. Variable declarations of the form "VARIABLE=", with no following
   value, will be written to the environment as empty strings.
2024-03-11 20:01:14 +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 src/action.c: fix MoveToOutput action by renaming 'name' argument 2024-03-06 18:34:56 +00:00
labwc-config.5.scd session: process environment.d and allow empty variables 2024-03-11 20:01:14 +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 Fix various typos across the codebase 2024-03-08 13:59:20 +01: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.