mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 11:32:32 +00:00
add flash plugin
This commit is contained in:
parent
dff337c58a
commit
23b5164da0
3
rc.lua
3
rc.lua
|
@ -569,6 +569,9 @@ awful.rules.rules = {
|
||||||
{ rule_any = { type = { "dialog", "normal" } },
|
{ rule_any = { type = { "dialog", "normal" } },
|
||||||
properties = { titlebars_enabled = true } },
|
properties = { titlebars_enabled = true } },
|
||||||
|
|
||||||
|
{ rule = { instance = "plugin-container" },
|
||||||
|
properties = { tag = screen[1].tags[1] } },
|
||||||
|
|
||||||
-- Set Firefox to always map on the first tag on screen 1.
|
-- Set Firefox to always map on the first tag on screen 1.
|
||||||
{ rule = { class = "Firefox" },
|
{ rule = { class = "Firefox" },
|
||||||
properties = { screen = 1, tag = screen[1].tags[1] } },
|
properties = { screen = 1, tag = screen[1].tags[1] } },
|
||||||
|
|
Loading…
Reference in a new issue