From 26204441b40591415855d971f87f2bed511ccd7d Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Thu, 30 Aug 2018 23:58:53 +1000 Subject: Apply default config to output When starting without any output config, the default config was not applying. --- sway/tree/output.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sway/tree') 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) { oc = all; } - if (oc && !oc->enabled) { - return NULL; - } return oc; } -- cgit v1.2.3