panel: Set skip_taskbar to true on panels

This commit is contained in:
James Reed 2019-07-05 16:56:38 -06:00
parent 558e9635c0
commit fcefc5d7ac
No known key found for this signature in database
GPG Key ID: 8F79994F6B8378C1
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ local function spawn(cmd, args)
c.hidden = true
c.sticky = true
c.floating = true
c.skip_taskbar = true
awful.placement.scale(c, {to_percent=args.scale or 0.5})
awful.placement.centered(c)
c:connect_signal("unfocus", function () c.hidden = true end)