summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-30 19:16:47 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-30 19:16:47 -0500
commit3075b4a61debb123c85bb1aa6a7a16190ba3c0ad (patch)
tree4a9ecf5416f6e109f60aa6834eec43cba5267d5d /README.md
parentAdd framework for switching command sets (diff)
parentCan customize config fallback directory (diff)
downloadsway-3075b4a61debb123c85bb1aa6a7a16190ba3c0ad.tar.gz
sway-3075b4a61debb123c85bb1aa6a7a16190ba3c0ad.tar.zst
sway-3075b4a61debb123c85bb1aa6a7a16190ba3c0ad.zip
Merge pull request #281 from gpyh/master
Can customize fallback config directory
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index a962e28a..4bbfa750 100644
--- a/README.md
+++ b/README.md
@@ -57,8 +57,10 @@ On systems without logind, you need to suid the sway binary:
57## Configuration 57## Configuration
58 58
59If you already use i3, then copy your i3 config to `~/.config/sway/config` and 59If you already use i3, then copy your i3 config to `~/.config/sway/config` and
60it'll work out of the box. Otherwise, copy `/etc/sway/config` to 60it'll work out of the box. Otherwise, copy the sample configuration file to
61`~/.config/sway/config`. Run `man 5 sway` for information on the configuration. 61`~/.config/sway/config`. It is located at `/etc/sway/config`, unless the
62`DFALLBACK_CONFIG_DIR` flag has been set. Run `man 5 sway` for information on
63the configuration.
62 64
63## Running 65## Running
64 66