]> git.sur5r.net Git - i3/i3/blobdiff - src/handlers.c
Keep a sticky window focused if it was the focused window on the source workspace.
[i3/i3] / src / handlers.c
index d0b663740148db666b2cf7b64b62eaf7eb3aa381..f8c45bcfda4516868fc082d8eeb2b33cd7931ece 100644 (file)
@@ -736,7 +736,7 @@ static void handle_client_message(xcb_client_message_event_t *event) {
                 con->sticky = !con->sticky;
 
             DLOG("New sticky status for con = %p is %i.\n", con, con->sticky);
-            output_push_sticky_windows();
+            output_push_sticky_windows(focused);
         }
 
         tree_render();