summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <ddevault@linode.com>2015-08-17 16:49:54 -0400
committerLibravatar Drew DeVault <ddevault@linode.com>2015-08-17 16:50:05 -0400
commit55ad6ca2689a0d859f13fcd1f52e6c9a356bcdee (patch)
treee81729f49fd8fec9a405e3b90f22cbd20ee0087f /README.md
parentTypo fix and more clarification (diff)
downloadsway-55ad6ca2689a0d859f13fcd1f52e6c9a356bcdee.tar.gz
sway-55ad6ca2689a0d859f13fcd1f52e6c9a356bcdee.tar.zst
sway-55ad6ca2689a0d859f13fcd1f52e6c9a356bcdee.zip
Improve default config
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index efbcc109..43a63c25 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,13 @@ Binary shows up in `./bin` (or `/usr/local/bin` if you `make install`).
45 mkdir ~/.config/sway 45 mkdir ~/.config/sway
46 cp ~/.config/i3/config ~/.config/sway/ 46 cp ~/.config/i3/config ~/.config/sway/
47 47
48Or if you don't already use i3:
49
50 mkdir ~/.config/sway
51 cp /etc/sway/config ~/.config/sway/
52
53Edit to your liking.
54
48[See also](http://i3wm.org/docs/) 55[See also](http://i3wm.org/docs/)
49 56
50## Running 57## Running