Skip to content

Instantly share code, notes, and snippets.

@daryltucker
Created October 15, 2019 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daryltucker/4a47be7d521aa379753bcd4c0f1335ca to your computer and use it in GitHub Desktop.
Save daryltucker/4a47be7d521aa379753bcd4c0f1335ca to your computer and use it in GitHub Desktop.
Cycle through i3wm Workspaces on active Monitor only
#bindsym $mod+Tab workspace next
#bindsym $mod+Shift+Tab workspace prev
bindsym $mod+Tab workspace next_on_output
bindsym $mod+Shift+Tab workspace prev_on_output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment