layout: arrange on sticky

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-04-17 23:46:31 +02:00
parent 20b3330862
commit 1c92023a12
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ hooks.property.register(function (c, prop)
if type(c) == "client" and c:isvisible() if type(c) == "client" and c:isvisible()
and (prop == "size_hints_honor" and (prop == "size_hints_honor"
or prop == "struts" or prop == "struts"
or prop == "minimized") then or prop == "minimized"
or prop == "sticky") then
on_arrange(c.screen) on_arrange(c.screen)
end end
end) end)