diff --git a/sway/tree/output.c b/sway/tree/output.c index 21beb5044..b79e70d49 100644 --- a/sway/tree/output.c +++ b/sway/tree/output.c @@ -228,6 +228,7 @@ void output_disable(struct sway_output *output) { list_del(root->outputs, index); output->enabled = false; + output->configured = false; arrange_root(); }