commit 729fdf7d9186ceba0f84b87edfd473642964227f
parent 8321ee4da206376bcc8491a98342d311b1275b7d
Author: Drew DeVault <sir@cmpwn.com>
Date: Thu, 1 Sep 2016 07:22:10 -0400
Merge pull request #876 from zandrmartin/patch-1
document `orientation` command
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
@@ -39,6 +39,9 @@ The following commands may only be used in the configuration file.
**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).