diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-08-23 14:34:20 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-08-23 14:34:20 -0400 |
commit | 663f53b22a0d97a300345090a92b8567b6a0af82 (patch) | |
tree | 45f2c39c1f883e1b80877c29848003c8ee2c1efc /sway.5.txt | |
parent | e78221e6a0413b8cccd41f75288798ae15b792b6 (diff) | |
parent | 7a213889974daad72fd6b925edc3dc2cf1a394a1 (diff) |
Merge pull request #123 from Luminarys/master
Added in output disabling
Diffstat (limited to 'sway.5.txt')
-rw-r--r-- | sway.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -85,6 +85,9 @@ Commands arranged at the given position in the layout tree. You may omit either of these parameters if you only want to set one of them. +**output** <name> disable:: + Disables the specified output. + **reload**:: Reloads the sway config file without restarting sway. |