I use something like this:

set $dpyLeft DP1
set $dpyRight eDP1
set $mymod Control+Mod1

bindsym $mymod+Right focus right
bindsym $mymod+Left focus left

workspace 1 output $dpyLeft
workspace 2 output $dpyLeft
#      ...
workspace 10 output $dpyLeft
#
workspace 11 output $dpyRight
workspace 12 output $dpyRight
#      ...
workspace 20 output $dpyRight



Brian



On Fri, Apr 11, 2014 at 2:05 PM, Eric Roseman <eric.rose...@colorado.edu>wrote:

> In a multi monitor setup, is it possible to configure the workspaces to
> be dependent of the monitor? For instance, say there are two or three
> monitors, is it configurable to have ten workspaces per monitor such
> that movement between the monitors can be done with a $mod+left or right,
> and $mod+{0-9} would switch to the workspace of the focused monitor?
>
> Thanks,
> Eric
>

Reply via email to