From 433720d27ac21bfdf9aabea9de2985bbbf13e826 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 13 Nov 2011 12:54:10 +0000 Subject: [PATCH] docs/userguide: make it clear how to use multiple output directives (Thanks moemoe) --- docs/userguide | 5 +++++ 1 file changed, 5 insertions(+) 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 } -- 2.39.5