summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-07-04 17:45:37 -0500
committerFurkan Sahin <furkan-dev@proton.me>2016-07-04 17:45:37 -0500
commitffefa539fce93d209ff58f931f372d053719bed2 (patch)
tree162c233e1ef0bd4dd46d4613827fdf071784f95c
parentb735271f42c99511718db0636eee7fea07abcef6 (diff)
I think this fixes #678
-rw-r--r--sway/handlers.c1
1 files changed, 1 insertions, 0 deletions
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) {