aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-10-08 15:50:56 +0200
committerLibravatar GitHub <noreply@github.com>2018-10-08 15:50:56 +0200
commit45f2cd0c73cb21bea6ae27bd396cd3721f3cd41a (patch)
tree8fdc0a2cf97e16d129c893841a32081903804a98 /sway/sway.5.scd
parentMerge pull request #2794 from johnae/fix-opacity-crashing-bug (diff)
parentFix memory leak in status_command handler (diff)
downloadsway-45f2cd0c73cb21bea6ae27bd396cd3721f3cd41a.tar.gz
sway-45f2cd0c73cb21bea6ae27bd396cd3721f3cd41a.tar.zst
sway-45f2cd0c73cb21bea6ae27bd396cd3721f3cd41a.zip
Merge pull request #2793 from emersion/disable-swaybg
Allow swaybg to be disabled
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 3fda6cef..c7d20b17 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -71,6 +71,9 @@ The following commands may only be used in the configuration file.
71 Executes custom background _command_. Default is _swaybg_. Refer to 71 Executes custom background _command_. Default is _swaybg_. Refer to
72 *output* below for more information. 72 *output* below for more information.
73 73
74 It can be disabled by setting the command to a single dash:
75 _swaybg\_command -_
76
74*swaynag\_command* <command> 77*swaynag\_command* <command>
75 Executes custom command for _swaynag_. Default is _swaynag_. Additional 78 Executes custom command for _swaynag_. Default is _swaynag_. Additional
76 arguments may be appended to the end. This should only be used to either 79 arguments may be appended to the end. This should only be used to either