cycling through active workspaces
Is there a way to cycle through active workspaces? For example, if I have the following workspaces active:
[1] [2] [4] [6]
I'd like to have a key bound to a command that would display workspaces 1, 2, 4, and 6 in sequence; then cycle back to workspace 1.
I'm familiar with the workspace back_and_forth
command and use it frequently.
Update:
I used @cee's recommendation, but bound the keys in the following manner so there is no conflict with the default cursor key assignments:
# Cycle through active workspaces
bindsym $mod+Tab workspace next
bindsym $mod+Shift+Tab workspace prev