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.
This commit is contained in:
Vincent Bernat 2013-07-05 10:02:51 +02:00
parent 6614f6eda4
commit 402b15f38e

View file

@ -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,
},