diff options
author | Zandr Martin <zandrmartin@users.noreply.github.com> | 2016-08-31 21:07:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-31 21:07:20 -0500 |
commit | a9c09932188be010967dd9c78f1a0c5381f3ba63 (patch) | |
tree | da7bf9464a6fbd2c0c72f693f7c5140f4327e79a /sway/sway.5.txt | |
parent | 050704ab23b698b00ee2ded8dbd4df9afceb8844 (diff) |
document `orientation` command
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r-- | sway/sway.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt index 7de02a82..84e5e7c5 100644 --- 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). |