From: Michael Stapelberg Date: Sun, 14 Nov 2010 19:15:51 +0000 (+0100) Subject: automatically set windows with client_leader to floating X-Git-Tag: tree-pr1~100 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=33eb00d6aec0d9e6e2b65ea6c6b41fc9573172f7;p=i3%2Fi3 automatically set windows with client_leader to floating --- diff --git a/src/manage.c b/src/manage.c index 344da4cc..4724d704 100644 --- a/src/manage.c +++ b/src/manage.c @@ -200,7 +200,7 @@ void manage_window(xcb_window_t window, xcb_get_window_attributes_cookie_t cooki want_floating = true; } - if (cwindow->transient_for != XCB_NONE) + if (cwindow->transient_for != XCB_NONE || cwindow->leader != XCB_NONE) want_floating = true; if (want_floating) {