aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-16 10:04:51 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-16 10:05:01 -0400
commit2244937ad118c9d62d1914df98bcfde20f8a7f78 (patch)
tree0827896494c5483a32ad772a26589f17fa3eabdd /README.md
parentMerge pull request #39 from SirCmpwn/revert-38-master (diff)
downloadsway-2244937ad118c9d62d1914df98bcfde20f8a7f78.tar.gz
sway-2244937ad118c9d62d1914df98bcfde20f8a7f78.tar.zst
sway-2244937ad118c9d62d1914df98bcfde20f8a7f78.zip
Improve readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index cc764bee..9f96c1c9 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,9 @@
2 2
3"**S**irCmpwn's **Way**land window manager" 3"**S**irCmpwn's **Way**land window manager"
4 4
5sway is an i3-compatible window manager for 5sway is a **work in progress** i3-compatible window manager for
6[Wayland](http://wayland.freedesktop.org/). 6[Wayland](http://wayland.freedesktop.org/).
7 7
8It's a work in progress, proceed at your own risk.
9
10![](https://sr.ht/qxGE.png) 8![](https://sr.ht/qxGE.png)
11 9
12Chat on #sway on irc.freenode.net 10Chat on #sway on irc.freenode.net
@@ -26,9 +24,7 @@ Dependencies:
26 24
27* cmake 25* cmake
28* [wlc](https://github.com/Cloudef/wlc) 26* [wlc](https://github.com/Cloudef/wlc)
29* xkb 27* xwayland
30
31Notably missing: weston is not required.
32 28
33 cmake . 29 cmake .
34 make 30 make
@@ -38,8 +34,8 @@ Binary shows up in `./bin` (or `/usr/bin` if you `make install`).
38 34
39## Configuration 35## Configuration
40 36
41 mkdir ~/.sway 37 mkdir ~/.config/sway
42 cp ~/.i3/config ~/.sway/config 38 cp ~/.config/i3/config ~/.config/sway/
43 39
44[See also](http://i3wm.org/docs/) 40[See also](http://i3wm.org/docs/)
45 41