From c56b6844ae29bd486320bf20ca270d29d13793a0 Mon Sep 17 00:00:00 2001 From: anakha Date: Sun, 27 Jun 2021 06:00:54 -0400 Subject: [PATCH] bug fix --- methods.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/methods.lua b/methods.lua index 55bee33..119ec63 100644 --- a/methods.lua +++ b/methods.lua @@ -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