]> git.mdlowis.com Git - proto/labwc.git/commit
rcxml: add core.autoEnableOutputs option
authorJohn Lindgren <john@jlindgren.net>
Fri, 27 Dec 2024 20:13:12 +0000 (15:13 -0500)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 31 Dec 2024 16:32:42 +0000 (16:32 +0000)
commitdc826fef81fbad86e71538691321fa9d39b083de
treed7fa3e41fb94a6ac5283aefac817e59ce0224dd9
parent49eeee387bbb4977c6486e6aa797074bad177513
rcxml: add core.autoEnableOutputs option

Currently, labwc automatically enables outputs at startup and when new
outputs are connected. Make this behavior optional (but still enabled by
default).

With autoEnableOutputs disabled, tools such as kanshi can be used to
give finer-grained control of which outputs are enabled and when.
docs/labwc-config.5.scd
docs/rc.xml.all
include/config/rcxml.h
src/config/rcxml.c
src/output.c