aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-10-13 23:42:02 -0400
committerLibravatar GitHub <noreply@github.com>2017-10-13 23:42:02 -0400
commit45ec4de36a6100e3ec41f0c88403400b5986895a (patch)
tree9aa584a78f732bfdf2073f234b46319efa07cfd3
parentMerge pull request #1394 from madblobfish/patch-1 (diff)
parentUpdate man 5 page (diff)
downloadsway-45ec4de36a6100e3ec41f0c88403400b5986895a.tar.gz
sway-45ec4de36a6100e3ec41f0c88403400b5986895a.tar.zst
sway-45ec4de36a6100e3ec41f0c88403400b5986895a.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