mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Improve readme
This commit is contained in:
parent
51f935987c
commit
2244937ad1
12
README.md
12
README.md
@ -2,11 +2,9 @@
|
|||||||
|
|
||||||
"**S**irCmpwn's **Way**land window manager"
|
"**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/).
|
[Wayland](http://wayland.freedesktop.org/).
|
||||||
|
|
||||||
It's a work in progress, proceed at your own risk.
|
|
||||||
|
|
||||||
![](https://sr.ht/qxGE.png)
|
![](https://sr.ht/qxGE.png)
|
||||||
|
|
||||||
Chat on #sway on irc.freenode.net
|
Chat on #sway on irc.freenode.net
|
||||||
@ -26,9 +24,7 @@ Dependencies:
|
|||||||
|
|
||||||
* cmake
|
* cmake
|
||||||
* [wlc](https://github.com/Cloudef/wlc)
|
* [wlc](https://github.com/Cloudef/wlc)
|
||||||
* xkb
|
* xwayland
|
||||||
|
|
||||||
Notably missing: weston is not required.
|
|
||||||
|
|
||||||
cmake .
|
cmake .
|
||||||
make
|
make
|
||||||
@ -38,8 +34,8 @@ Binary shows up in `./bin` (or `/usr/bin` if you `make install`).
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
mkdir ~/.sway
|
mkdir ~/.config/sway
|
||||||
cp ~/.i3/config ~/.sway/config
|
cp ~/.config/i3/config ~/.config/sway/
|
||||||
|
|
||||||
[See also](http://i3wm.org/docs/)
|
[See also](http://i3wm.org/docs/)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user