X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Fuserguide;h=2746f24e346c5decdf83b6118d7b673a05e7dbb1;hb=bce088679a3a51d9a6ce2bcef6ddc7938368d312;hp=d944bb3977ecdf36932ab97b8a0e043b172382cf;hpb=00a8a91c00e6f0b80b335494b606b2ffa868d1da;p=i3%2Fi3 diff --git a/docs/userguide b/docs/userguide index d944bb39..2746f24e 100644 --- a/docs/userguide +++ b/docs/userguide @@ -888,7 +888,7 @@ the second screen and so on). *Syntax*: ------------------------------------- -workspace output +workspace output [output2]… ------------------------------------- The 'output' is the name of the RandR output you attach your screen to. On a @@ -907,12 +907,15 @@ monitor name is “Dell UP2414Q”. entire monitor, i3 will still use the entire area of the containing monitor rather than that of just the output's.) +You can specify multiple outputs. The first available will be used. + If you use named workspaces, they must be quoted: *Examples*: --------------------------- workspace 1 output LVDS1 -workspace 5 output VGA1 +workspace 2 output primary +workspace 5 output VGA1 LVDS1 workspace "2: vim" output VGA1 ---------------------------