docs/userguide: update the workspace assignment section
This commit is contained in:
parent
5227b29b0f
commit
09a07b9169
|
@ -568,17 +568,20 @@ the second screen and so on).
|
||||||
|
|
||||||
*Syntax*:
|
*Syntax*:
|
||||||
----------------------------------
|
----------------------------------
|
||||||
workspace <number> output <output>
|
workspace <workspace> output <output>
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
The 'output' is the name of the RandR output you attach your screen to. On a
|
The 'output' is the name of the RandR output you attach your screen to. On a
|
||||||
laptop, you might have VGA1 and LVDS1 as output names. You can see the
|
laptop, you might have VGA1 and LVDS1 as output names. You can see the
|
||||||
available outputs by running +xrandr --current+.
|
available outputs by running +xrandr --current+.
|
||||||
|
|
||||||
|
If you use named workspaces, they must be quoted:
|
||||||
|
|
||||||
*Examples*:
|
*Examples*:
|
||||||
---------------------------
|
---------------------------
|
||||||
workspace 1 output LVDS1
|
workspace 1 output LVDS1
|
||||||
workspace 5 output VGA1
|
workspace 5 output VGA1
|
||||||
|
workspace "2: vim" output VGA1
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
=== Changing colors
|
=== Changing colors
|
||||||
|
|
Loading…
Reference in New Issue