aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Yacine Hmito <yacine.hmito@gmail.com>2015-12-23 12:22:48 +0100
committerLibravatar Yacine Hmito <yacine.hmito@gmail.com>2015-12-23 12:22:48 +0100
commitf02cf75ff3b759c530f195d320c722bb30380155 (patch)
tree336c267f3f52e416a3406d487ec7a30b54e93250 /README.md
parentMerge pull request #396 from crondog/fixbar (diff)
downloadsway-f02cf75ff3b759c530f195d320c722bb30380155.tar.gz
sway-f02cf75ff3b759c530f195d320c722bb30380155.tar.zst
sway-f02cf75ff3b759c530f195d320c722bb30380155.zip
Use SYSCONFDIR as recommended
- swaylock config path not hardcoded anymore - the unusual and weird FALLBACK_CONFIG_DIR is no more
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3446e312..4f81bd19 100644
--- a/README.md
+++ b/README.md
@@ -66,9 +66,8 @@ On systems without logind, you need to suid the sway binary:
66 66
67If you already use i3, then copy your i3 config to `~/.config/sway/config` and 67If you already use i3, then copy your i3 config to `~/.config/sway/config` and
68it'll work out of the box. Otherwise, copy the sample configuration file to 68it'll work out of the box. Otherwise, copy the sample configuration file to
69`~/.config/sway/config`. It is located at `/etc/sway/config`, unless the 69`~/.config/sway/config`. It is usually located at `/etc/sway/config`.
70`DFALLBACK_CONFIG_DIR` flag has been set. Run `man 5 sway` for information on 70Run `man 5 sway` for information on the configuration.
71the configuration.
72 71
73## Running 72## Running
74 73