rules: make Shadow client start fullscreen

This commit is contained in:
Vincent Bernat 2020-05-26 13:06:09 +02:00
parent 9c296a51e9
commit d79fb5bc93

View file

@ -43,6 +43,9 @@ awful.rules.rules = {
{ rule = { class = "Skipe" },
except = { role = nil }, -- should be the master
properties = { }, callback = awful.client.setslave },
-- Shadow
{ rule = { name = "Shadow", class = "Shadow" },
properties = { fullscreen = true }},
-- Should not be master
{ rule_any = { class =
{ config.termclass,