summaryrefslogtreecommitdiffstats
path: root/sway/handlers.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/handlers.c')
-rw-r--r--sway/handlers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index 7e958c72..cb608bec 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -270,6 +270,7 @@ static bool handle_view_created(wlc_handle handle) {
270 wlc_view_set_mask(handle, VISIBLE); 270 wlc_view_set_mask(handle, VISIBLE);
271 wlc_view_set_output(handle, panel_config->output); 271 wlc_view_set_output(handle, panel_config->output);
272 wlc_view_bring_to_front(handle); 272 wlc_view_bring_to_front(handle);
273 arrange_windows(&root_container, -1, -1);
273 return true; 274 return true;
274 } 275 }
275 276