summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-03-12 23:34:10 -0400
committerLibravatar GitHub <noreply@github.com>2017-03-12 23:34:10 -0400
commit2e1083f52cbec40ed00df27dd1fb5b4d42d9254b (patch)
tree28bb0a4f17bde03d49c802de5a7201af730b27ea
parentUnGNUify the codebase (diff)
parentFix trivial typo in sway.5.txt (right_ -> _right_) (diff)
downloadsway-2e1083f52cbec40ed00df27dd1fb5b4d42d9254b.tar.gz
sway-2e1083f52cbec40ed00df27dd1fb5b4d42d9254b.tar.zst
sway-2e1083f52cbec40ed00df27dd1fb5b4d42d9254b.zip
Merge pull request #1113 from johnchen902/patch-1
Fix trivial typo in sway.5.txt (right_ -> _right_)
-rw-r--r--sway/sway.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 8e3f64ab..9c60af71 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -86,7 +86,7 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
86 _splitv_, _toggle split_, _stacking_, _tabbed_. 86 _splitv_, _toggle split_, _stacking_, _tabbed_.
87 87
88**layout** auto <mode>:: 88**layout** auto <mode>::
89 Sets layout to one of the auto modes, i.e. one of _left_, right_, _top_, 89 Sets layout to one of the auto modes, i.e. one of _left_, _right_, _top_,
90 or _bottom_. 90 or _bottom_.
91 91
92**layout** auto <next|prev>:: 92**layout** auto <next|prev>::