Move a window/container to a specific workspace on a specific output
I would like to be able to move an active window/container from a workspace on one monitor to a specific workspace on another.
bindsym $mod-Shift+1 move conatiner to output DVI-0
# will move to workspace that is showing on DVI-0
bindsym $mod-Shift+1 move conatiner to workspace 2: misc
moves to workspace 2 on a single monitor setup
but what if I want to move the active container on VGA-0 to workspace 2 on DVI-0 ?