From 8ca1c0e31d0a6e11dfedb09fdbde1dac64035468 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 14 Oct 2012 13:00:55 +0200 Subject: [PATCH] tags: Firebug window can be displayed on any tag --- rc/tags.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/tags.lua b/rc/tags.lua index 0a3a5ec..783cc8e 100644 --- a/rc/tags.lua +++ b/rc/tags.lua @@ -70,6 +70,7 @@ shifty.config.apps = { { match = { class = { "Keepassx" }, role = { "pop[-]up" }, + name = { "Firebug" }, instance = { "plugin[-]container", "exe" } }, intrusive = true, },