From 402b15f38e67294b3b5df1ba5b814c116e98a6b7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 5 Jul 2013 10:02:51 +0200 Subject: [PATCH] flash: make Flash with PPAPI work fullscreen (workaround) In fact, there is nothing to distinguish a Flash window from a regular window by using only one property. Therefore, we use `name = "Chromium"` instead. This means that all Chromium windows will be intrusive. Have to find something better. --- rc/tags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/tags.lua b/rc/tags.lua index ae0b6db..69dc201 100644 --- a/rc/tags.lua +++ b/rc/tags.lua @@ -70,7 +70,7 @@ shifty.config.apps = { { match = { class = { "Keepassx", "Key[-]mon" }, role = { "pop[-]up" }, - name = { "Firebug" }, + name = { "Firebug", "Chromium" }, instance = { "plugin[-]container", "exe" } }, intrusive = true, },