mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
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:
parent
6614f6eda4
commit
402b15f38e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ shifty.config.apps = {
|
||||||
{
|
{
|
||||||
match = { class = { "Keepassx", "Key[-]mon" },
|
match = { class = { "Keepassx", "Key[-]mon" },
|
||||||
role = { "pop[-]up" },
|
role = { "pop[-]up" },
|
||||||
name = { "Firebug" },
|
name = { "Firebug", "Chromium" },
|
||||||
instance = { "plugin[-]container", "exe" } },
|
instance = { "plugin[-]container", "exe" } },
|
||||||
intrusive = true,
|
intrusive = true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue