This commit is contained in:
2026-08-13 00:25:52 -07:00
parent 3cd3c9ba19
commit 908876a7b8
6 changed files with 58 additions and 13 deletions

View File

@@ -47,6 +47,7 @@ local function focus_window(n)
local window = select_window(n)
if window ~= nil then
hl.dispatch(hl.dsp.focus({window = window}))
hl.dispatch(hl.dsp.window.alter_zorder({mode = 'top', window = window}))
end
end