Skip to content

i3 workspace per output #1

@laur89

Description

@laur89

Hi, just discovered your set of utils and discovered some cool stuff, so thanks for that!

Just as an FYI I have something similar for i3/i3-back_within_output - i3_cycle_workspace.py (i3-tools not published yet, so have to install via git: $ pipx install git+ssh://[email protected]/laur89/i3-tools.git)

I'm using following in i3 config:

exec_always --no-startup-id i3-cycle-workspace --focused-output --history 3 --delay 0.7
bindsym $mod+Tab exec --no-startup-id killall -s SIGUSR1 i3-cycle-workspace

Basically it holds a history of workspace switch stack in memory, so if you press $mod+Tab twice within --delay seconds, it'll move further in the stack. Thought you might find this useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions