aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index 4a6b6716..b95a6e65 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -196,7 +196,6 @@ static void handle_output_destroyed(wlc_handle output) {
static void handle_output_post_render(wlc_handle output) {
ipc_get_pixels(output);
- arrange_windows(swayc_by_handle(output), -1, -1);
}
static void handle_view_pre_render(wlc_handle view) {