summaryrefslogtreecommitdiffstats
path: root/swaynag/swaynag.1.scd
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-11-28 09:44:26 +0100
committerLibravatar GitHub <noreply@github.com>2018-11-28 09:44:26 +0100
commitc931a13af962f3c0effd567d1fb0f78fe5f21b90 (patch)
treec9efca8e598a62c88514e3d971a4005eab35e958 /swaynag/swaynag.1.scd
parentMerge pull request #3204 from RedSoxFan/cmd-res-list (diff)
parentImplement swaynag -B/--button-no-terminal (diff)
downloadsway-c931a13af962f3c0effd567d1fb0f78fe5f21b90.tar.gz
sway-c931a13af962f3c0effd567d1fb0f78fe5f21b90.tar.zst
sway-c931a13af962f3c0effd567d1fb0f78fe5f21b90.zip
Merge pull request #3207 from RedSoxFan/swaynag-no-term-buttons
Implement swaynag -B/--button-no-terminal
Diffstat (limited to 'swaynag/swaynag.1.scd')
-rw-r--r--swaynag/swaynag.1.scd9
1 files changed, 8 insertions, 1 deletions
diff --git a/swaynag/swaynag.1.scd b/swaynag/swaynag.1.scd
index bb69e47d..b25568a0 100644
--- a/swaynag/swaynag.1.scd
+++ b/swaynag/swaynag.1.scd
@@ -12,7 +12,14 @@ _swaynag_ [options...]
12 12
13*-b, --button* <text> <action> 13*-b, --button* <text> <action>
14 Create a button with the text _text_ that executes _action_ when pressed. 14 Create a button with the text _text_ that executes _action_ when pressed.
15 Multiple buttons can be defined by providing the flag multiple times. 15 If the environment variable `TERMINAL` is set, _action_ will be run inside
16 the terminal. Otherwise, it will fallback to running directly. Multiple
17 buttons can be defined by providing the flag multiple times.
18
19*-B, --button-no-terminal* <text> <action>
20 Create a button with the text _text_ that executes _action_ when pressed.
21 _action_ will be run directly instead of in a terminal. Multiple buttons
22 can be defined by providing the flag multiple times.
16 23
17*-c, --config* <path> 24*-c, --config* <path>
18 The config file to use. By default, the following paths are checked: 25 The config file to use. By default, the following paths are checked: