aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-10-13 23:42:02 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-10-16 21:03:34 -0400
commit6056d654c8ab7c2248c12943f4cf17b32e832ed6 (patch)
tree9aa584a78f732bfdf2073f234b46319efa07cfd3
parentMerge pull request #1394 from madblobfish/patch-1 (diff)
downloadsway-6056d654c8ab7c2248c12943f4cf17b32e832ed6.tar.gz
sway-6056d654c8ab7c2248c12943f4cf17b32e832ed6.tar.zst
sway-6056d654c8ab7c2248c12943f4cf17b32e832ed6.zip
Merge pull request #1395 from Zer0-One/master
Update man 5 page
-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.
36 + 36 +
37 See **sway-bar**(5) for details. 37 See **sway-bar**(5) for details.
38 38
39**default_orientation** <horizontal|vertical|auto>::
40 Sets the default container layout for tiled containers.
41
39**set** <name> <value>:: 42**set** <name> <value>::
40 Sets variable $name to _value_. You can use the new variable in the arguments 43 Sets variable $name to _value_. You can use the new variable in the arguments
41 of future commands. 44 of future commands.
42 45
43**orientation** <horizontal|vertical|auto>::
44 Sets the default container layout for tiled containers.
45
46The following commands cannot be used directly in the configuration file. 46The following commands cannot be used directly in the configuration file.
47They 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).
48 48