Update focus.lua (#3381)

missing stacked option for global_bydirection
This commit is contained in:
basaran 2021-07-06 04:56:34 -04:00 committed by GitHub
parent d1c3394e40
commit f473639c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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