From 78b9e7f5ce9ecf3b4f5ef9f3b30245e1fe8271b8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 5 Aug 2009 19:28:21 +0200 Subject: [PATCH] Bugfix: dock clients need to have borderless = true --- src/manage.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5