docs/userguide: make it clear how to use multiple output directives (Thanks moemoe)

next
Michael Stapelberg 2011-11-13 12:54:10 +00:00
parent cc1a7d35d9
commit 433720d27a
1 changed files with 5 additions and 0 deletions

View File

@ -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 <output>
@ -868,7 +871,9 @@ output <output>
-------------------------------
# big monitor: everything
bar {
# The display is connected either via HDMI or via DisplayPort
output HDMI2
output DP2
status_command i3status
}