layout: arrange on sticky
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
20b3330862
commit
1c92023a12
|
@ -97,7 +97,8 @@ hooks.property.register(function (c, prop)
|
|||
if type(c) == "client" and c:isvisible()
|
||||
and (prop == "size_hints_honor"
|
||||
or prop == "struts"
|
||||
or prop == "minimized") then
|
||||
or prop == "minimized"
|
||||
or prop == "sticky") then
|
||||
on_arrange(c.screen)
|
||||
end
|
||||
end)
|
||||
|
|
Loading…
Reference in New Issue