aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-16 10:04:51 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-16 10:05:01 -0400
commit2244937ad118c9d62d1914df98bcfde20f8a7f78 (patch)
tree0827896494c5483a32ad772a26589f17fa3eabdd /README.md
parent51f935987c401bb85859bcedca03ee7ac588e96b (diff)
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 @@
"**S**irCmpwn's **Way**land window manager"
-sway is an i3-compatible window manager for
+sway is a **work in progress** i3-compatible window manager for
[Wayland](http://wayland.freedesktop.org/).
-It's a work in progress, proceed at your own risk.
-
![](https://sr.ht/qxGE.png)
Chat on #sway on irc.freenode.net
@@ -26,9 +24,7 @@ Dependencies:
* cmake
* [wlc](https://github.com/Cloudef/wlc)
-* xkb
-
-Notably missing: weston is not required.
+* xwayland
cmake .
make
@@ -38,8 +34,8 @@ Binary shows up in `./bin` (or `/usr/bin` if you `make install`).
## Configuration
- mkdir ~/.sway
- cp ~/.i3/config ~/.sway/config
+ mkdir ~/.config/sway
+ cp ~/.config/i3/config ~/.config/sway/
[See also](http://i3wm.org/docs/)