mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: focus left/right scrolls focus, but not the window view in scrolling layout (1 column) #688
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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