mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-06 00:04:20 +02:00
rules: remove stuff for Flash
This commit is contained in:
parent
c0e324ea73
commit
3c147837d7
1 changed files with 0 additions and 4 deletions
|
@ -32,10 +32,6 @@ awful.rules.rules = {
|
|||
-- All windows should be slaves, except the browser windows.
|
||||
if c.role ~= "browser" then awful.client.setslave(c) end
|
||||
end },
|
||||
{ rule = { instance = "plugin-container" },
|
||||
properties = { floating = true }}, -- Flash with Firefox
|
||||
{ rule = { instance = "exe", class = "Exe" },
|
||||
properties = { floating = true }}, -- Flash with Chromium
|
||||
-- See also tags.lua
|
||||
-- Pidgin
|
||||
{ rule = { class = "Pidgin" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue