tags: make popup windows "intrusive"

This commit is contained in:
Vincent Bernat 2012-09-12 21:38:41 +02:00
parent 166ca8d243
commit 7ced7551f0

View file

@ -68,7 +68,8 @@ shifty.config.apps = {
intrusive = true, -- Display even on exclusive tags intrusive = true, -- Display even on exclusive tags
}, },
{ {
match = { "Keepassx" }, match = { class = { "Keepassx" },
role = { "pop-up" } },
intrusive = true, intrusive = true,
}, },
} }