Added a couple of lines to my #i3 config to improve my multi monitor setup. It feels so good to be able to move entire workspaces between monitors. Filed under weekend #smallwins, I guess? :D
```
# Move focused workspace to another monitor
bindsym $mod+ctrl+shift+Left move workspace to output left
bindsym $mod+ctrl+shift+Right move workspace to output right
```
#i3wm
Sorry to keep bothering you with this i3 thread, but here's another good one.
In a multi monitor setup, this is to restrict workspace prev/next to the current monitor: `prev_on_output` and `next_on_output`.
https://i3wm.org/docs/userguide.html#_changing_named_workspaces_moving_to_workspaces