mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-19 14:13:48 -07:00
Update left and right navigation to behave correctly even if the currently saved position is directly on the edge of the focused window. This makes the L/R behavior consistent with U/D navigation. How to reproduce the issue on a 16:9 resolution like 1920x1080: - configure Grid layout; - open 4 terminals; - navigate to the top-right terminal; - open another terminal; - immediately close it; - try navigating left from the currently focused top-right terminal; - observe navigation being "stuck".