aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-08 19:39:55 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-08 19:39:55 -0400
commitf2b9fd6f39399a5f167723ab616f2b51290f08cd (patch)
tree4bd8872bfe7a46dd834cbec1da29d912f83c2e58 /README.md
parentImplement key bindings (diff)
downloadsway-f2b9fd6f39399a5f167723ab616f2b51290f08cd.tar.gz
sway-f2b9fd6f39399a5f167723ab616f2b51290f08cd.tar.zst
sway-f2b9fd6f39399a5f167723ab616f2b51290f08cd.zip
Add readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md47
1 files changed, 47 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..9d303ef1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,47 @@
1# sway
2
3"**S**irCmpwn's **Way**land window manager"
4
5sway is an i3-compatible window manager for
6[Wayland](http://wayland.freedesktop.org/).
7
8![](https://sr.ht/7DsT.png)
9
10## Rationale
11
12I use i3 on xorg. Wayland is coming, and [i3way](http://i3way.org/) still has
13zero lines of source code after two years.
14
15## Status
16
17Not really usable yet.
18
19## Compile / Install
20
21Dependencies:
22
23* cmake
24* [wlc](https://github.com/Cloudef/wlc)
25* xkb
26
27Notably missing: weston is not required.
28
29 cmake .
30 make
31 # sudo make install
32
33Binary shows up in `./bin` (or `/usr/bin` if you `make install`).
34
35## Configuration
36
37 mkdir ~/.sway
38 cp ~/.i3/config ~/.sway/config
39
40[See also](http://i3wm.org/docs/)
41
42## Running
43
44 sway
45
46If you run this while xorg is running, it'll run inside of an x window (useful
47for testing). Otherwise, it'll run wayland properly.