mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-22 20:04:30 +02:00
tags: don't consider Chromium as intrusive on fullscreen
This commit is contained in:
parent
7cb13811e2
commit
a4c82b5b90
1 changed files with 0 additions and 7 deletions
|
@ -67,13 +67,6 @@ shifty.config.apps = {
|
|||
match = { class = { "Key[-]mon" },
|
||||
role = { "pop[-]up" },
|
||||
name = { "Firebug" },
|
||||
check = function (c)
|
||||
return awful.rules.match(c,
|
||||
{ instance = "chromium",
|
||||
class = "Chromium",
|
||||
name = "Chromium",
|
||||
fullscreen = true })
|
||||
end,
|
||||
instance = { "plugin[-]container", "exe" } },
|
||||
intrusive = true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue