Skip to content

Instantly share code, notes, and snippets.

@felipeluna
Forked from magujs/i3-config-move_workspace
Created January 28, 2020 07:29
Show Gist options
  • Save felipeluna/90e423090638092436cc264df6b64cea to your computer and use it in GitHub Desktop.
Save felipeluna/90e423090638092436cc264df6b64cea to your computer and use it in GitHub Desktop.
i3 move a worksapce to another monitor (multi monitor setup)
# i3 move a workspace to another monitor (multi monitor setup)
mode "move_workspace" {
bindsym Up move workspace to output up
bindsym Down move workspace to output down
bindsym Left move workspace to output left
bindsym Right move workspace to output right
bindsym Escape mode "default"
}
bindsym $mod+o mode "move_workspace"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment