summaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-23 14:34:20 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-23 14:34:20 -0400
commit663f53b22a0d97a300345090a92b8567b6a0af82 (patch)
tree45f2c39c1f883e1b80877c29848003c8ee2c1efc /sway.5.txt
parentPrefix log events from wlc with [wlc] (diff)
parentMinor fix (diff)
downloadsway-663f53b22a0d97a300345090a92b8567b6a0af82.tar.gz
sway-663f53b22a0d97a300345090a92b8567b6a0af82.tar.zst
sway-663f53b22a0d97a300345090a92b8567b6a0af82.zip
Merge pull request #123 from Luminarys/master
Added in output disabling
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway.5.txt b/sway.5.txt
index e0052ee1..15a465c1 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -85,6 +85,9 @@ Commands
85 arranged at the given position in the layout tree. You may omit either of 85 arranged at the given position in the layout tree. You may omit either of
86 these parameters if you only want to set one of them. 86 these parameters if you only want to set one of them.
87 87
88**output** <name> disable::
89 Disables the specified output.
90
88**reload**:: 91**reload**::
89 Reloads the sway config file without restarting sway. 92 Reloads the sway config file without restarting sway.
90 93