diff options
author | Jøhannes Lippmann <code@schauderbasis.de> | 2016-01-05 22:06:02 +0100 |
---|---|---|
committer | Jøhannes Lippmann <code@schauderbasis.de> | 2016-01-05 22:06:02 +0100 |
commit | 648db4016fb73f8ae05322a4a69763df27753c57 (patch) | |
tree | 9416075d9bfa55621a14621d9fd65393588c1a1b /sway/sway.1.txt | |
parent | 2e0ef533f29212b80efd69eb647893145e8356ae (diff) |
Clearer order of locations searched for config file.
The i3wm config locations are visited _before_ using the fallback
configs. The man page was confusing - it talked about the fallback
configs first, but also said they are looked at "at last". By changing
the order of the sentences, this should be clearer.
Diffstat (limited to 'sway/sway.1.txt')
-rw-r--r-- | sway/sway.1.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sway/sway.1.txt b/sway/sway.1.txt index 402b2d77..b073e552 100644 --- a/sway/sway.1.txt +++ b/sway/sway.1.txt @@ -68,10 +68,10 @@ Configuration If _-c_ is not specified, sway will look in several locations for your config file. The suggested location for your config file is ~/.config/sway/config. ~/.sway/config will also work, and the rest of the usual XDG config locations -are supported. At last, sway looks for a config file in a fallback directory, -which is /etc/sway/ by default. A standard configuration file is installed at -this location. If no sway config is found, sway will attempt to load an i3 -config from all the config locations i3 supports. If still nothing is found, +are supported. If no sway config is found, sway will attempt to load an i3 +config from all the config locations i3 supports. At last, sway looks for a +config file in a fallback directory, which is /etc/sway/ by default. A standard +configuration file is installed at this location. If still nothing is found, you will receive an error. For information on the config file format, see **sway**(5). |