diff options
Diffstat (limited to 'sway/tree/output.c')
-rw-r--r-- | sway/tree/output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c index 33fdee5e..07f04ee5 100644 --- a/sway/tree/output.c +++ b/sway/tree/output.c @@ -269,6 +269,7 @@ void output_disable(struct sway_output *output) { output->enabled = false; output->configured = false; + output->current_mode = NULL; arrange_root(); } |