aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.1.txt
diff options
context:
space:
mode:
authorLibravatar madblobfish <madblobfish@users.noreply.github.com>2017-10-14 21:39:53 +0200
committerLibravatar madblobfish <madblobfish@users.noreply.github.com>2017-10-14 21:41:49 +0200
commit93fe8ae705544ac6f9b08dcfe384074762995bed (patch)
tree8ead044bed1208ea8c7e293554d3b11f8726ebc5 /sway/sway.1.txt
parentMerge pull request #1395 from Zer0-One/master (diff)
downloadsway-93fe8ae705544ac6f9b08dcfe384074762995bed.tar.gz
sway-93fe8ae705544ac6f9b08dcfe384074762995bed.tar.zst
sway-93fe8ae705544ac6f9b08dcfe384074762995bed.zip
Various manpage edits
Fix some spelling mistakes, missing punctuation and made some paragraphs more clear.
Diffstat (limited to 'sway/sway.1.txt')
-rw-r--r--sway/sway.1.txt23
1 files changed, 13 insertions, 10 deletions
diff --git a/sway/sway.1.txt b/sway/sway.1.txt
index 4a1aef99..14ab9f49 100644
--- a/sway/sway.1.txt
+++ b/sway/sway.1.txt
@@ -62,16 +62,19 @@ commands with **swaymsg**(1) or **i3-msg**(1) (or even with **i3**(1), probably)
62Configuration 62Configuration
63------------- 63-------------
64 64
65If _-c_ is not specified, sway will look in several locations for your config 65The path to a config file can be given via the _-c_ parameter, else
66file. The suggested location for your config file is ~/.config/sway/config. 66sway searches for it in the following locations:
67~/.sway/config will also work, and the rest of the usual XDG config locations 67- ~/.sway/config
68are supported. If no sway config is found, sway will attempt to load an i3 68- $XDG_CONFIG_HOME/sway/config (suggested location)
69config from all the config locations i3 supports. Sway looks for a config file in 69- ~/.i3/config
70a fallback directory as a last resort, which is /etc/sway/ by default. A standard 70- $XDG_CONFIG_HOME/i3/config (XDG_HOME )
71configuration file is installed at this location. If still nothing is found, 71- /etc/sway/config
72you will receive an error. 72- /etc/i3/config
73 73
74To write your own config, it's suggested that you copy the default config file to 74In /etc/sway/config the standard config file is installed.
75An error is raised when no config file is found.
76
77To write your own configuration, it's suggested that you copy the default config file to
75the location of your choosing and start there. 78the location of your choosing and start there.
76 79
77For information on the config file format, see **sway**(5). 80For information on the config file format, see **sway**(5).