mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
Apply default config to output
When starting without any output config, the default config was not applying.
This commit is contained in:
parent
06d9693829
commit
26204441b4
2 changed files with 1 additions and 4 deletions
|
|
@ -253,9 +253,6 @@ struct output_config *output_find_config(struct sway_output *output) {
|
|||
oc = all;
|
||||
}
|
||||
|
||||
if (oc && !oc->enabled) {
|
||||
return NULL;
|
||||
}
|
||||
return oc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue