Originally created by @hcaginlenk on GitHub (Oct 8, 2025).
Summary
I'm experiencing an issue with the Scrolling layout when using a single column ("columns": 1).
When I use the focus left or focus right commands:
The focus does change correctly to the next window (I can confirm this with highlighted window border).
The window view does not scroll. If the newly focused window is currently off-screen, it remains invisible until I manually trigger a redraw, such as moving the mouse or switching to a different workspace and back.
@LGUG2Z commented on GitHub (Oct 13, 2025):
https://github.com/LGUG2Z/komorebi/tree/feature/scrolling-without-fallback have a feeling this is what you're looking for, not sure if this breaks other stuff
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @hcaginlenk on GitHub (Oct 8, 2025).
Summary
I'm experiencing an issue with the
Scrollinglayout when using a single column ("columns": 1).When I use the
focus leftorfocus rightcommands:The focus does change correctly to the next window (I can confirm this with highlighted window border).
The window view does not scroll. If the newly focused window is currently off-screen, it remains invisible until I manually trigger a redraw, such as moving the mouse or switching to a different workspace and back.
Version Information
komorebic 0.1.38
tag:v0.1.38
commit_hash:ffa76ea2
build_time:2025-09-13 18:40:25 +00:00
build_env:rustc 1.89.0 (29483883e 2025-08-04),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Hotkey Configuration
Default hotkeys
Output of komorebic check
@LGUG2Z commented on GitHub (Oct 13, 2025):
https://github.com/LGUG2Z/komorebi/tree/feature/scrolling-without-fallback have a feeling this is what you're looking for, not sure if this breaks other stuff