Assign a workspace to a specific Output (Display)
Specify that a given workspace should always be displayed on a specific monitor
In order to configure i3 to assign a workspace to a given monitor, first find the device name for the monitor you wish to use with xrandr
:
$ xrandr --listmonitors
Monitors: 1
0: +*eDP-1 1920/309x1080/173+0+0 eDP-1
In this case, the output name is eDP-1
. Next add a line like this into a staged copy of your i3 config file:
workspace "$ws1" output DP1
Log back in for the changes to take effect.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
最終更新 September 19, 2023: Add Japanese announce (#175) (2ad65c4)