aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-08-02 21:37:29 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-08-03 10:37:35 -0400
commita7f7d4a488c8d3b2461122765f9904c8a411a583 (patch)
tree7abee51265a8b9550c62255d0c6649935ee1d6a2 /sway/sway.5.scd
parentShow swaynag on config errors (diff)
downloadsway-a7f7d4a488c8d3b2461122765f9904c8a411a583.tar.gz
sway-a7f7d4a488c8d3b2461122765f9904c8a411a583.tar.zst
sway-a7f7d4a488c8d3b2461122765f9904c8a411a583.zip
Write to swaynag pipe fd directly on config errors
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd7
1 files changed, 7 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index d369d7b6..82df38e3 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -59,6 +59,13 @@ The following commands may only be used in the configuration file.
59 Executes custom background _command_. Default is _swaybg_. Refer to 59 Executes custom background _command_. Default is _swaybg_. Refer to
60 *output* below for more information. 60 *output* below for more information.
61 61
62*swaynag\_command* <command>
63 Executes custom command for _swaynag_. Default is _swaynag_. Additional
64 arguments may be appended to the end. This should only be used to either
65 direct sway to call swaynag from a custom path or to provide additional
66 arguments. This should be placed at the top of the config for the best
67 results.
68
62The following commands cannot be used directly in the configuration file. 69The following commands cannot be used directly in the configuration file.
63They are expected to be used with *bindsym* or at runtime through *swaymsg*(1). 70They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
64 71