Skip to content

Instantly share code, notes, and snippets.

@thekitp
Forked from magujs/i3-config-move_workspace
Created February 8, 2019 05:24
Show Gist options
  • Save thekitp/4cc21f2523f0a0a3d604ccf580213c59 to your computer and use it in GitHub Desktop.
Save thekitp/4cc21f2523f0a0a3d604ccf580213c59 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 Up move workspace to output up
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