aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorekarpp <eetu.karppinen@aalto.fi>2020-11-02 22:16:48 +0200
committerOrestis Floros <orestisflo@gmail.com>2020-11-29 22:36:49 +0100
commitb6690045edb24397333f179080a272f9c2d83869 (patch)
treed67080f8961768f7ab9d373ecaabe30f2dd5ed1d /man
parent37ebd2a1790d1cdaa40699a9e34e12f7df378310 (diff)
downloadi3-b6690045edb24397333f179080a272f9c2d83869.tar.gz
i3-b6690045edb24397333f179080a272f9c2d83869.zip
i3-nagbar: add possibility to open bar on focused monitor
Closes #3692 i3-nagbar will open by default on the monitor with input focus and using the flag -p on the primary monitor.
Diffstat (limited to 'man')
-rw-r--r--man/i3-nagbar.man6
1 files changed, 5 insertions, 1 deletions
diff --git a/man/i3-nagbar.man b/man/i3-nagbar.man
index ef3a3545..55696dff 100644
--- a/man/i3-nagbar.man
+++ b/man/i3-nagbar.man
@@ -9,7 +9,7 @@ i3-nagbar - displays an error bar on top of your screen
== SYNOPSIS
-i3-nagbar [-m <message>] [-b <button> <action>] [-B <button> <action>] [-t warning|error] [-f <font>] [-v]
+i3-nagbar [-m <message>] [-b <button> <action>] [-B <button> <action>] [-t warning|error] [-f <font>] [-v] [-p]
== OPTIONS
@@ -39,6 +39,10 @@ i3-sensible-terminal.
Same as above, but will execute the shell commands directly, without launching a
terminal emulator.
+*-p, --primary*::
+Always opens the i3-nagbar on the primary monitor. By default it opens on the
+focused monitor.
+
== DESCRIPTION
i3-nagbar is used by i3 to tell you about errors in your configuration file