summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@users.noreply.github.com>2016-08-31 21:07:20 -0500
committerLibravatar GitHub <noreply@github.com>2016-08-31 21:07:20 -0500
commita9c09932188be010967dd9c78f1a0c5381f3ba63 (patch)
treeda7bf9464a6fbd2c0c72f693f7c5140f4327e79a
parentMerge pull request #874 from yohanesu75/ipc-client-fix (diff)
downloadsway-a9c09932188be010967dd9c78f1a0c5381f3ba63.tar.gz
sway-a9c09932188be010967dd9c78f1a0c5381f3ba63.tar.zst
sway-a9c09932188be010967dd9c78f1a0c5381f3ba63.zip
document `orientation` command
-rw-r--r--sway/sway.5.txt3
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.
39**set** <name> <value>:: 39**set** <name> <value>::
40 Sets variable $name to _value_. You can use the new variable in the arguments 40 Sets variable $name to _value_. You can use the new variable in the arguments
41 of future commands. 41 of future commands.
42
43**orientation** <horizontal|vertical|auto>::
44 Sets the default container layout for tiled containers.
42 45
43The following commands cannot be used directly in the configuration file. 46The following commands cannot be used directly in the configuration file.
44They are expected to be used with **bindsym** or at runtime through **swaymsg**(1). 47They are expected to be used with **bindsym** or at runtime through **swaymsg**(1).