From 7ced7551f0dbc1255a27720ba09380545eabcc92 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 12 Sep 2012 21:38:41 +0200 Subject: [PATCH] tags: make popup windows "intrusive" --- rc/tags.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, }, }