aboutsummaryrefslogtreecommitdiff
path: root/src/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers')
-rw-r--r--src/handlers/xdg_shell.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/handlers/xdg_shell.rs b/src/handlers/xdg_shell.rs
index 4be323af..5c454858 100644
--- a/src/handlers/xdg_shell.rs
+++ b/src/handlers/xdg_shell.rs
@@ -112,6 +112,8 @@ impl XdgShellHandler for State {
self.niri.layout.activate_window(&window);
self.niri.layout.reset_window_height();
}
+ // FIXME: granular.
+ self.niri.queue_redraw_all();
return;
}
}