diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-23 07:52:55 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-23 07:52:55 -0500 |
commit | 72043b231d99162d917c3234bfbf99b6a9e29945 (patch) | |
tree | 336c267f3f52e416a3406d487ec7a30b54e93250 /README.md | |
parent | 23df7ed502b20bf264d85af2aef8c933e393f9ee (diff) | |
parent | f02cf75ff3b759c530f195d320c722bb30380155 (diff) |
Merge pull request #399 from gpyh/dont-hardcode-path
Use SYSCONFDIR as recommended
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -66,9 +66,8 @@ On systems without logind, you need to suid the sway binary: If you already use i3, then copy your i3 config to `~/.config/sway/config` and it'll work out of the box. Otherwise, copy the sample configuration file to -`~/.config/sway/config`. It is located at `/etc/sway/config`, unless the -`DFALLBACK_CONFIG_DIR` flag has been set. Run `man 5 sway` for information on -the configuration. +`~/.config/sway/config`. It is usually located at `/etc/sway/config`. +Run `man 5 sway` for information on the configuration. ## Running |