panel: Set skip_taskbar to true on panels
This commit is contained in:
parent
558e9635c0
commit
fcefc5d7ac
|
@ -18,6 +18,7 @@ local function spawn(cmd, args)
|
||||||
c.hidden = true
|
c.hidden = true
|
||||||
c.sticky = true
|
c.sticky = true
|
||||||
c.floating = true
|
c.floating = true
|
||||||
|
c.skip_taskbar = true
|
||||||
awful.placement.scale(c, {to_percent=args.scale or 0.5})
|
awful.placement.scale(c, {to_percent=args.scale or 0.5})
|
||||||
awful.placement.centered(c)
|
awful.placement.centered(c)
|
||||||
c:connect_signal("unfocus", function () c.hidden = true end)
|
c:connect_signal("unfocus", function () c.hidden = true end)
|
||||||
|
|
Loading…
Reference in New Issue