aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/output.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-08-30 23:58:53 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-09-05 18:01:43 +1000
commit26204441b40591415855d971f87f2bed511ccd7d (patch)
tree1affa3bebe61e846f4de24b600be1fe9c373dfcd /sway/tree/output.c
parentRemove offset argument to container_add_sibling (diff)
downloadsway-26204441b40591415855d971f87f2bed511ccd7d.tar.gz
sway-26204441b40591415855d971f87f2bed511ccd7d.tar.zst
sway-26204441b40591415855d971f87f2bed511ccd7d.zip
Apply default config to output
When starting without any output config, the default config was not applying.
Diffstat (limited to 'sway/tree/output.c')
-rw-r--r--sway/tree/output.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c
index afc336f8..35589032 100644
--- a/sway/tree/output.c
+++ b/sway/tree/output.c
@@ -253,9 +253,6 @@ struct output_config *output_find_config(struct sway_output *output) {
253 oc = all; 253 oc = all;
254 } 254 }
255 255
256 if (oc && !oc->enabled) {
257 return NULL;
258 }
259 return oc; 256 return oc;
260} 257}
261 258