Merge pull request #876 from zandrmartin/patch-1

document `orientation` command
This commit is contained in:
Drew DeVault 2016-09-01 07:22:10 -04:00 committed by GitHub
commit 729fdf7d91
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ The following commands may only be used in the configuration file.
**set** <name> <value>:: **set** <name> <value>::
Sets variable $name to _value_. You can use the new variable in the arguments Sets variable $name to _value_. You can use the new variable in the arguments
of future commands. 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. 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). They are expected to be used with **bindsym** or at runtime through **swaymsg**(1).