From 67fec3c14986d1338e8912ae574138d4b82a3da0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 9 Sep 2012 13:07:59 +0200 Subject: [PATCH] tags: keepassx can appear on exclusive tags --- rc/tags.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/tags.lua b/rc/tags.lua index 00e4fed..f3559dc 100644 --- a/rc/tags.lua +++ b/rc/tags.lua @@ -61,8 +61,8 @@ shifty.config.apps = { tag = "4↭im", }, { - match = { "URxvt" }, - -- tag = "1↭xterm", + match = { "URxvt", + "Keepassx" }, intrusive = true, -- Display even on exclusive tags }, }