-
Notifications
You must be signed in to change notification settings - Fork 11
Do not jump to other outputs when using focus <direction> #212
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
When using focus left/right, if the current window is the last one in that direction on its output, focus moves to another output (if one exists in that direction) or wraps to the other end of the workspace (if focus_wrapping is enabled) instead of staying on the current window
In i3/sway this is less of an issue because all windows are visible, so it is obvious when I reach the last one. In scroll, it is not always clear whether the current window is the last, which can cause focus to move farther than expected
For now, I am using a patch that deletes this block of code (lines 242-248), but I think it would be useful to have an easier way to disable it
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request