summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway.1.txt2
-rw-r--r--sway.5.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/sway.1.txt b/sway.1.txt
index 36586e1d..f8d01ec3 100644
--- a/sway.1.txt
+++ b/sway.1.txt
@@ -56,7 +56,7 @@ Commands
56 56
57If sway is currently running, you may run _sway [command]_ to send _command_ to 57If sway is currently running, you may run _sway [command]_ to send _command_ to
58the running instance of sway. The same commands you would use in the config file 58the running instance of sway. The same commands you would use in the config file
59are valid here (see **sway**(5)). For compatability reasons, you may also issue 59are valid here (see **sway**(5)). For compatibility reasons, you may also issue
60commands with **sway-msg**(1) or **i3-msg**(1) (or even with **i3**(1), probably). 60commands with **sway-msg**(1) or **i3-msg**(1) (or even with **i3**(1), probably).
61 61
62Configuration 62Configuration
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**.