From 0f3a920e52e0e947139e462c4deb86d80c7ca29b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 26 Sep 2012 00:57:53 +0200 Subject: [PATCH] tags: matching is done with regexp-like expressions --- rc/tags.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/tags.lua b/rc/tags.lua index 7e49fd7..1b08066 100644 --- a/rc/tags.lua +++ b/rc/tags.lua @@ -69,8 +69,8 @@ shifty.config.apps = { }, { match = { class = { "Keepassx" }, - role = { "pop-up" }, - instance = { "plugin-container", "exe" } }, + role = { "pop[-]up" }, + instance = { "plugin[-]container", "exe" } }, intrusive = true, }, }