Skip to content

Do not jump to other outputs when using focus <direction> #212

@Wenir

Description

@Wenir

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions