Skip to content

Instantly share code, notes, and snippets.

@magujs
Last active February 24, 2022 18:43
Show Gist options
  • Save magujs/f8060343b9aedc7e6514 to your computer and use it in GitHub Desktop.
Save magujs/f8060343b9aedc7e6514 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"
@indradhanush
Copy link

Thanks for this! This works perfectly. :)

@yutkat
Copy link

yutkat commented Oct 11, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment