You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure multiple outputs with intentional gaps between them using non-contiguous pos values as shown in config above
Move cursor to the right edge of DP-1 screen
Observe that cursor stops at the edge instead of transferring to DP-2
Move cursor to right edge of DP-2 screen
Observe that cursor stops at the edge instead of transferring to DP-3
Expected behavior: Cursor should transfer between outputs when reaching screen edges, even with non-contiguous positioning.
Current behavior: Cursor stops at screen edges and does not transfer between outputs when there are gaps in the positioning values.
This makes it difficult to use multi-monitor setups where users want visual separation between outputs while maintaining easy cursor navigation. Common use cases include accommodating wide monitor bezels or intentionally creating visual workspace separation.
The text was updated successfully, but these errors were encountered:
Looking at issue #6607, the proposed solution there looks slightly different to what i would like to use.
I'm specifically looking for the cursor to be able to traverse through intentional gaps between monitors - essentially "disappearing" into the gap space before emerging on the adjacent output.
It seems #6607 is recommending the cursor to warp directly to the next output.
Sway Version:
1.10
Debug Log:
Configuration File:
Stack Trace:
Not applicable - no crash
Description:
Steps to reproduce:
Expected behavior: Cursor should transfer between outputs when reaching screen edges, even with non-contiguous positioning.
Current behavior: Cursor stops at screen edges and does not transfer between outputs when there are gaps in the positioning values.
This makes it difficult to use multi-monitor setups where users want visual separation between outputs while maintaining easy cursor navigation. Common use cases include accommodating wide monitor bezels or intentionally creating visual workspace separation.
The text was updated successfully, but these errors were encountered: