bug fix
This commit is contained in:
parent
0db186ae36
commit
c56b6844ae
|
@ -283,6 +283,7 @@ local function expand_horizontal(direction)
|
|||
gears.timer.delayed_call(function ()
|
||||
client.focus:geometry(geom)
|
||||
awful.placement.centered(client.focus)
|
||||
client.focus:raise()
|
||||
end) --| give it time in case maximize_horizontal is
|
||||
--| adjusted before centering
|
||||
|
||||
|
|
Loading…
Reference in New Issue