-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
WillForan
Metadata
Metadata
Assignees
Labels
No labels