mirror of
https://github.com/labwc/labwc.git
synced 2026-02-14 04:28:07 -05: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
|
|
@ -69,6 +69,7 @@ struct rcxml {
|
|||
int gap;
|
||||
enum adaptive_sync_mode adaptive_sync;
|
||||
enum tearing_mode allow_tearing;
|
||||
bool auto_enable_outputs;
|
||||
bool reuse_output_mode;
|
||||
enum view_placement_policy placement_policy;
|
||||
bool xwayland_persistence;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue