diff --git a/rc/tags.lua b/rc/tags.lua index 4dbdb13..c9e095c 100644 --- a/rc/tags.lua +++ b/rc/tags.lua @@ -68,7 +68,8 @@ shifty.config.apps = { intrusive = true, -- Display even on exclusive tags }, { - match = { "Keepassx" }, + match = { class = { "Keepassx" }, + role = { "pop-up" } }, intrusive = true, }, }