Improve readme

This commit is contained in:
Drew DeVault 2015-08-16 10:04:51 -04:00
parent 51f935987c
commit 2244937ad1
1 changed files with 4 additions and 8 deletions

View File

@ -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/)