mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
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.
This commit is contained in:
parent
49eeee387b
commit
dc826fef81
5 changed files with 18 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
<gap>0</gap>
|
||||
<adaptiveSync>no</adaptiveSync>
|
||||
<allowTearing>no</allowTearing>
|
||||
<autoEnableOutputs>yes</autoEnableOutputs>
|
||||
<reuseOutputMode>no</reuseOutputMode>
|
||||
<xwaylandPersistence>yes</xwaylandPersistence>
|
||||
</core>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue