From f473639c5d36358a260be383888e34ac42859ad3 Mon Sep 17 00:00:00 2001 From: basaran <30809170+basaran@users.noreply.github.com> Date: Tue, 6 Jul 2021 04:56:34 -0400 Subject: [PATCH] Update focus.lua (#3381) missing stacked option for global_bydirection --- lib/awful/client/focus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/client/focus.lua b/lib/awful/client/focus.lua index f9dbb0ec..487d7adc 100644 --- a/lib/awful/client/focus.lua +++ b/lib/awful/client/focus.lua @@ -196,7 +196,7 @@ function focus.global_bydirection(dir, c, stacked) local scr = get_screen(sel and sel.screen or screen.focused()) -- change focus inside the screen - focus.bydirection(dir, sel) + focus.bydirection(dir, sel, stacked) -- if focus not changed, we must change screen if sel == capi.client.focus then