Don't move window with swallowing #13368
Is it possible to make window preserve its original position after swallow? hl.config({
general = {
layout = "master",
},
misc = {
enable_swallow = true,
swallow_regex = "^kitty$",
swallow_exception_regex = "^wev$",
},
}) |
Answered by
vaxerski
Jul 31, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#15670