aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zero <zero-one@zer0-one.net>2017-10-12 22:56:22 -0700
committerDavid Zero <zero-one@zer0-one.net>2017-10-13 18:53:03 -0700
commit03f8a8ae05dd79d2e8dee8ec7a70d10af34f9b80 (patch)
tree9aa584a78f732bfdf2073f234b46319efa07cfd3
parent6f794131eb5c9ee0d433d6e0273ce2514a2a868e (diff)
Update man 5 page
Changes 'orientation' to 'default_orientation' to match commands.c
-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 3b0cd531..731394dd 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).