dock: Set the right window type

Fix a Compton issue when using transparent backgrounds.
This commit is contained in:
Emmanuel Lepage Vallee 2016-08-29 02:45:42 -04:00
parent eb8f807867
commit b1a839aafe
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ local function get_wibox(data, screen)
shape_border_color = color(data.border_color or data.fg ), shape_border_color = color(data.border_color or data.fg ),
bg = color(beautiful.bg_dock or beautiful.bg_normal), bg = color(beautiful.bg_dock or beautiful.bg_normal),
placement = false , placement = false ,
type = "dock" ,
}) })