diff options
| author | Drew DeVault <sir@cmpwn.com> | 2015-11-30 19:16:47 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2015-11-30 19:16:47 -0500 |
| commit | 3075b4a61debb123c85bb1aa6a7a16190ba3c0ad (patch) | |
| tree | 4a9ecf5416f6e109f60aa6834eec43cba5267d5d /sway.1.txt | |
| parent | 44d0f731c36661a192d0fb9d65822eebef7d0092 (diff) | |
| parent | 09feef89eea03527c9c81b8d15fe8c1474942209 (diff) | |
Merge pull request #281 from gpyh/master
Can customize fallback config directory
Diffstat (limited to 'sway.1.txt')
| -rw-r--r-- | sway.1.txt | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -66,11 +66,13 @@ Configuration ------------- If _-c_ is not specified, sway will look in several locations for your config -file. The default one is provided at /etc/sway/config. 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. 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, you will receive an error. +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, +you will receive an error. For information on the config file format, see **sway**(5). |
