aboutsummaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-09-01 13:33:30 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-09-01 13:33:30 -0400
commitda6596d30cd441aafd08423cbcdbe95f9e9e5d4a (patch)
tree2162c49165d6fcf6eae73940e20f47d99b4ea49e /sway.5.txt
parentMerge pull request #160 from taiyu-len/master (diff)
parentFixed a couple of typos in man pages (diff)
downloadsway-da6596d30cd441aafd08423cbcdbe95f9e9e5d4a.tar.gz
sway-da6596d30cd441aafd08423cbcdbe95f9e9e5d4a.tar.zst
sway-da6596d30cd441aafd08423cbcdbe95f9e9e5d4a.zip
Merge pull request #161 from aouelete/master
Fixed a couple of typos in man pages
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway.5.txt b/sway.5.txt
index 9747fb79..ae0bb3a3 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -11,7 +11,7 @@ sway - configuration file and commands
11Description 11Description
12----------- 12-----------
13 13
14A sway configuration file is a list of sway commands that are exected by sway on 14A sway configuration file is a list of sway commands that are executed by sway on
15startup. These commands usually consist of setting your preferences and setting 15startup. These commands usually consist of setting your preferences and setting
16key bindings. An example config is likely present in /etc/sway/config for you to 16key bindings. An example config is likely present in /etc/sway/config for you to
17check out. 17check out.
@@ -104,7 +104,7 @@ Commands
104 commands. 104 commands.
105 105
106**split** <vertical|v|horizontal|h>:: 106**split** <vertical|v|horizontal|h>::
107 Splits the current container, vertically or horiziontally. 107 Splits the current container, vertically or horizontally.
108 108
109**splith**:: 109**splith**::
110 Equivalent to **split horizontal**. 110 Equivalent to **split horizontal**.