summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/input_state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/input_state.c b/sway/input_state.c
index 429b2f34..7e31d3d9 100644
--- a/sway/input_state.c
+++ b/sway/input_state.c
@@ -424,6 +424,8 @@ void pointer_mode_update(void) {
424 update_geometry(initial.ptr); 424 update_geometry(initial.ptr);
425 // Set focus back to initial view 425 // Set focus back to initial view
426 set_focused_container(initial.ptr); 426 set_focused_container(initial.ptr);
427 // Arrange the windows
428 arrange_windows(&root_container, -1, -1);
427 } 429 }
428 break; 430 break;
429 431