labwc/src/config
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
..
keybind.c keybinds: add support for Meta and Hyper modifiers 2023-10-08 21:11:32 +02:00
libinput.c config: support libinput sendEventsMode 2024-02-24 21:36:53 +01:00
meson.build config: add finding touch configurations 2024-01-22 21:50:18 +00:00
mousebind.c config: add more mouse button definitions 2024-01-06 19:37:41 +00:00
rcxml.c osd: optionally show windows on all workspaces 2024-03-05 22:16:55 +01:00
session.c session: process environment.d and allow empty variables 2024-03-11 20:01:14 +00:00
tablet.c input: move function to config 2024-01-22 21:50:18 +00:00
touch.c config: add finding touch configurations 2024-01-22 21:50:18 +00:00