aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-10-13 23:42:02 -0400
committerDrew DeVault <sir@cmpwn.com>2017-10-16 21:03:34 -0400
commit6056d654c8ab7c2248c12943f4cf17b32e832ed6 (patch)
tree9aa584a78f732bfdf2073f234b46319efa07cfd3
parent9140627c6e37668987027d05807ab4f1b0af480d (diff)
downloadsway-6056d654c8ab7c2248c12943f4cf17b32e832ed6.zip
sway-6056d654c8ab7c2248c12943f4cf17b32e832ed6.tar.gz
sway-6056d654c8ab7c2248c12943f4cf17b32e832ed6.tar.bz2
Merge pull request #1395 from Zer0-One/master
Update man 5 page
-rw-r--r--sway/sway.5.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 3b0cd53..731394d 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -36,13 +36,13 @@ The following commands may only be used in the configuration file.
+
See **sway-bar**(5) for details.
+**default_orientation** <horizontal|vertical|auto>::
+ Sets the default container layout for tiled containers.
+
**set** <name> <value>::
Sets variable $name to _value_. You can use the new variable in the arguments
of future commands.
-**orientation** <horizontal|vertical|auto>::
- Sets the default container layout for tiled containers.
-
The following commands cannot be used directly in the configuration file.
They are expected to be used with **bindsym** or at runtime through **swaymsg**(1).