From: Michael Stapelberg Date: Sun, 13 Nov 2011 12:54:10 +0000 (+0000) Subject: docs/userguide: make it clear how to use multiple output directives (Thanks moemoe) X-Git-Tag: 4.2~254 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=433720d27ac21bfdf9aabea9de2985bbbf13e826;p=i3%2Fi3 docs/userguide: make it clear how to use multiple output directives (Thanks moemoe) --- diff --git a/docs/userguide b/docs/userguide index eb8edf22..762d8034 100644 --- a/docs/userguide +++ b/docs/userguide @@ -859,6 +859,9 @@ You can restrict i3bar to one or more outputs (monitors). The default is to handle all outputs. Restricting the outputs is useful for using different options for different outputs by using multiple 'bar' blocks. +To make a particular i3bar instance handle multiple outputs, specify the output +directive multiple times. + *Syntax*: --------------- output @@ -868,7 +871,9 @@ output ------------------------------- # big monitor: everything bar { + # The display is connected either via HDMI or via DisplayPort output HDMI2 + output DP2 status_command i3status }