From: Michael Stapelberg Date: Wed, 5 Aug 2009 17:28:21 +0000 (+0200) Subject: Bugfix: dock clients need to have borderless = true X-Git-Tag: 3.c~26 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78b9e7f5ce9ecf3b4f5ef9f3b30245e1fe8271b8;p=i3%2Fi3 Bugfix: dock clients need to have borderless = true --- diff --git a/src/manage.c b/src/manage.c index ba1e6cb1..70d12488 100644 --- a/src/manage.c +++ b/src/manage.c @@ -251,6 +251,7 @@ void reparent_window(xcb_connection_t *conn, xcb_window_t child, if (atom[i] == atoms[_NET_WM_WINDOW_TYPE_DOCK]) { LOG("Window is a dock.\n"); new->dock = true; + new->borderless = true; new->titlebar_position = TITLEBAR_OFF; new->force_reconfigure = true; new->container = NULL;