Apply default config to output

When starting without any output config, the default config was not
applying.
This commit is contained in:
Ryan Dwyer 2018-08-30 23:58:53 +10:00
parent 06d9693829
commit 26204441b4
2 changed files with 1 additions and 4 deletions

View file

@ -253,9 +253,6 @@ struct output_config *output_find_config(struct sway_output *output) {
oc = all;
}
if (oc && !oc->enabled) {
return NULL;
}
return oc;
}