aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorOrestis <orestisf1993@gmail.com>2018-10-07 23:43:24 +0300
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2018-10-07 22:43:24 +0200
commitdfe89cc4f1706a6fae0ae3816787d0fb22dadd7d (patch)
tree9c5c6e1edf649f7fdec9f65c91b7b3e2a6529871 /man
parentc583f81c807ac38b74bb93edc273a787efcad0d0 (diff)
downloadi3-dfe89cc4f1706a6fae0ae3816787d0fb22dadd7d.tar.gz
i3-dfe89cc4f1706a6fae0ae3816787d0fb22dadd7d.zip
i3-nagbar: add option for button that runs commands without a terminal (#3258)
Fixes #2199.
Diffstat (limited to 'man')
-rw-r--r--man/i3-nagbar.man8
1 files changed, 7 insertions, 1 deletions
diff --git a/man/i3-nagbar.man b/man/i3-nagbar.man
index 77fdd80b..ef3a3545 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>] [-t warning|error] [-f <font>] [-v]
+i3-nagbar [-m <message>] [-b <button> <action>] [-B <button> <action>] [-t warning|error] [-f <font>] [-v]
== OPTIONS
@@ -32,6 +32,12 @@ Select font that is being used.
*-b, --button* 'button' 'action'::
Create a button with text 'button'. The 'action' are the shell commands that
will be executed by this button. Multiple buttons can be defined.
+Will launch the shell commands inside a terminal emulator, using
+i3-sensible-terminal.
+
+*-B, --button-no-terminal* 'button' 'action'::
+Same as above, but will execute the shell commands directly, without launching a
+terminal emulator.
== DESCRIPTION