summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-01-05 16:17:11 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-01-05 16:17:11 -0500
commite700e76d8451dd50eed1f5137dbe7a2ea2002ec6 (patch)
tree9416075d9bfa55621a14621d9fd65393588c1a1b
parentInit layout before checking config (diff)
parentClearer order of locations searched for config file. (diff)
downloadsway-e700e76d8451dd50eed1f5137dbe7a2ea2002ec6.tar.gz
sway-e700e76d8451dd50eed1f5137dbe7a2ea2002ec6.tar.zst
sway-e700e76d8451dd50eed1f5137dbe7a2ea2002ec6.zip
Merge pull request #436 from Kaligule/master
Clearer order of locations searched for config file.
-rw-r--r--sway/sway.1.txt8
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
68If _-c_ is not specified, sway will look in several locations for your config 68If _-c_ is not specified, sway will look in several locations for your config
69file. The suggested location for your config file is ~/.config/sway/config. 69file. The suggested location for your config file is ~/.config/sway/config.
70~/.sway/config will also work, and the rest of the usual XDG config locations 70~/.sway/config will also work, and the rest of the usual XDG config locations
71are supported. At last, sway looks for a config file in a fallback directory, 71are supported. If no sway config is found, sway will attempt to load an i3
72which is /etc/sway/ by default. A standard configuration file is installed at 72config from all the config locations i3 supports. At last, sway looks for a
73this location. If no sway config is found, sway will attempt to load an i3 73config file in a fallback directory, which is /etc/sway/ by default. A standard
74config from all the config locations i3 supports. If still nothing is found, 74configuration file is installed at this location. If still nothing is found,
75you will receive an error. 75you will receive an error.
76 76
77For information on the config file format, see **sway**(5). 77For information on the config file format, see **sway**(5).