-
|
Hi! I have an ultra wide monitor that is connected to the computer using two cables, then I use Picture-by-picture to present this single monitor as two monitors from the OS point of view. This allows me to use and switch workspaces independently on each "monitor" (i.e. monitor halves). Is there a way to achieve the same behaviour with a single monitor and I tried window pinning as well, but it doesn’t provide the behaviour I’m looking for. So far, I couldn’t find a way to implement the behaviour I get with two physical monitors. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Yes, use They let you split any monitor in two, using the fraction you choose for the split point, either horizontally (good for a landscape monitor) or vertically (portrait mode monitor). This will create two workspaces seen simultaneously in that monitor. You can use those workspaces independently, even full screen will work as two independent monitors. You can also remove the arrangement using
|
Beta Was this translation helpful? Give feedback.
Split will split the workspace, not the monitor, so you can have both full size and split workspaces on the same monitor (for flexibility). But you can still move any workspace to your split configuration, by using
swapFor example, if you want to replace 3 by 4 on half the split, you would select 3, and call
workspace swap 4($mod+Ctrl+4). Workspace 4 will take the place of workspace 3, and 3 of 4 (in the unsplit configuration).