aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2017-08-31 22:50:00 +0200
committerGitHub <noreply@github.com>2017-08-31 22:50:00 +0200
commit38b777c5fce81bde93437ccc6fa9b7d7f49ffcf3 (patch)
treef3ad286ca0897587611576b07a2714d23cb5929c /man
parent4dca8e6e0b7d061f6beedbac622019f2efaa960c (diff)
downloadi3-38b777c5fce81bde93437ccc6fa9b7d7f49ffcf3.tar.gz
i3-38b777c5fce81bde93437ccc6fa9b7d7f49ffcf3.zip
Revert "i3-nagbar: add button flag to execute action with /bin/sh directly" (#2893)
Diffstat (limited to 'man')
-rw-r--r--man/i3-nagbar.man14
1 files changed, 5 insertions, 9 deletions
diff --git a/man/i3-nagbar.man b/man/i3-nagbar.man
index 7dd3a238..77fdd80b 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> <terminal-action>] [-B <button> <shell-action>] [-t warning|error] [-f <font>] [-v]
+i3-nagbar [-m <message>] [-b <button> <action>] [-t warning|error] [-f <font>] [-v]
== OPTIONS
@@ -29,13 +29,9 @@ Display 'message' as text on the left of the i3-nagbar.
*-f, --font* 'font'::
Select font that is being used.
-*-b, --button* 'button' 'terminal-action'::
-Adds a button labelled 'button' to the bar. When pressed, the command given
-in 'terminal-action' is executed inside a terminal emulator, via i3-sensible-terminal(1).
-Multiple buttons can be defined.
-
-*-B, --button-sh* 'button' 'shell-action'::
-Same as *--button*, except that the command given in 'shell-action' is executed directly by the shell.
+*-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.
== DESCRIPTION
@@ -53,7 +49,7 @@ i3-nagbar -m 'You have an error in your i3 config file!' \
== SEE ALSO
-i3(1), i3-sensible-terminal(1)
+i3(1)
== AUTHOR