aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/output.c')
-rw-r--r--sway/desktop/output.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index 70987feb..2722e556 100644
--- a/sway/desktop/output.c
+++ b/sway/desktop/output.c
@@ -609,7 +609,8 @@ static void output_manager_apply(struct sway_server *server,
609 } 609 }
610 } 610 }
611 611
612 bool ok = apply_output_configs(configs, configs_len, test_only); 612 sort_output_configs_by_priority(configs, configs_len);
613 bool ok = apply_output_configs(configs, configs_len, test_only, false);
613 for (size_t idx = 0; idx < configs_len; idx++) { 614 for (size_t idx = 0; idx < configs_len; idx++) {
614 struct matched_output_config *cfg = &configs[idx]; 615 struct matched_output_config *cfg = &configs[idx];
615 616