mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 19:42:30 +00:00
updated
This commit is contained in:
parent
e4205ff316
commit
40322d67da
22
rc.lua
22
rc.lua
|
@ -656,12 +656,24 @@ awful.rules.rules = {
|
||||||
{ rule = { class = "Gimp" },
|
{ rule = { class = "Gimp" },
|
||||||
properties = { tag = tags[1][4] } },
|
properties = { tag = tags[1][4] } },
|
||||||
|
|
||||||
|
{ rule = { class = "luakit" },
|
||||||
|
properties = { floating = true,
|
||||||
|
maximized_horizontal = true,
|
||||||
|
maximized_vertical = true,
|
||||||
|
floating = true } },
|
||||||
|
|
||||||
{ rule = { class = "Zathura" },
|
{ rule = { class = "Zathura" },
|
||||||
properties = { tag = tags[1][8],
|
properties = { floating = true,
|
||||||
maximized_horizontal = false,
|
maximized_horizontal = true,
|
||||||
maximized_vertical = false,
|
maximized_vertical = true,
|
||||||
floating = true},
|
floating = true } },
|
||||||
callback = function(c) c:geometry({x=50,y=50,width=400,height=800}) end},
|
|
||||||
|
-- { rule = { class = "Zathura" },
|
||||||
|
-- properties = { tag = tags[1][8],
|
||||||
|
-- maximized_horizontal = false,
|
||||||
|
-- maximized_vertical = false,
|
||||||
|
-- floating = true},
|
||||||
|
-- callback = function(c) c:geometry({x=50,y=50,width=400,height=800}) end},
|
||||||
}
|
}
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue