aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/tree/output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c
index 21beb504..b79e70d4 100644
--- a/sway/tree/output.c
+++ b/sway/tree/output.c
@@ -228,6 +228,7 @@ void output_disable(struct sway_output *output) {
228 list_del(root->outputs, index); 228 list_del(root->outputs, index);
229 229
230 output->enabled = false; 230 output->enabled = false;
231 output->configured = false;
231 232
232 arrange_root(); 233 arrange_root();
233} 234}