aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 72fc41e7..5058efcc 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -23,6 +23,7 @@
23#include "sway/config.h" 23#include "sway/config.h"
24#include "sway/criteria.h" 24#include "sway/criteria.h"
25#include "sway/desktop/transaction.h" 25#include "sway/desktop/transaction.h"
26#include "sway/server.h"
26#include "sway/swaynag.h" 27#include "sway/swaynag.h"
27#include "sway/tree/arrange.h" 28#include "sway/tree/arrange.h"
28#include "sway/tree/root.h" 29#include "sway/tree/root.h"
@@ -532,7 +533,7 @@ bool load_main_config(const char *file, bool is_active, bool validating) {
532 } 533 }
533 sway_switch_retrigger_bindings_for_all(); 534 sway_switch_retrigger_bindings_for_all();
534 535
535 reset_outputs(); 536 apply_all_output_configs();
536 spawn_swaybg(); 537 spawn_swaybg();
537 538
538 config->reloading = false; 539 config->reloading = false;