From b1a839aafe39d38ae9339e2f6f2e521da7d018f3 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Mon, 29 Aug 2016 02:45:42 -0400 Subject: [PATCH] dock: Set the right window type Fix a Compton issue when using transparent backgrounds. --- dock.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/dock.lua b/dock.lua index dfbc5d0..a7967f3 100644 --- a/dock.lua +++ b/dock.lua @@ -86,6 +86,7 @@ local function get_wibox(data, screen) shape_border_color = color(data.border_color or data.fg ), bg = color(beautiful.bg_dock or beautiful.bg_normal), placement = false , + type = "dock" , })