dock: Set the right window type
Fix a Compton issue when using transparent backgrounds.
This commit is contained in:
parent
eb8f807867
commit
b1a839aafe
1
dock.lua
1
dock.lua
|
@ -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" ,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue