From 2f540576238320b0921f2b4bc69e785693f9992c Mon Sep 17 00:00:00 2001 From: Zandr Martin Date: Mon, 4 Jul 2016 17:45:37 -0500 Subject: I think this fixes #678 --- sway/handlers.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sway/handlers.c b/sway/handlers.c index 53dbeb87..b7bb1fde 100644 --- a/sway/handlers.c +++ b/sway/handlers.c @@ -149,6 +149,7 @@ static void handle_output_pre_render(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) { -- cgit v1.2.3-54-g00ecf