aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-08 19:39:55 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-08 19:39:55 -0400
commitf2b9fd6f39399a5f167723ab616f2b51290f08cd (patch)
tree4bd8872bfe7a46dd834cbec1da29d912f83c2e58
parenta78b9218039de3d6f567990619b4fd255743a67f (diff)
Add readme
-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 @@
+# sway
+
+"**S**irCmpwn's **Way**land window manager"
+
+sway is an i3-compatible window manager for
+[Wayland](http://wayland.freedesktop.org/).
+
+![](https://sr.ht/7DsT.png)
+
+## Rationale
+
+I use i3 on xorg. Wayland is coming, and [i3way](http://i3way.org/) still has
+zero lines of source code after two years.
+
+## Status
+
+Not really usable yet.
+
+## Compile / Install
+
+Dependencies:
+
+* cmake
+* [wlc](https://github.com/Cloudef/wlc)
+* xkb
+
+Notably missing: weston is not required.
+
+ cmake .
+ make
+ # sudo make install
+
+Binary shows up in `./bin` (or `/usr/bin` if you `make install`).
+
+## Configuration
+
+ mkdir ~/.sway
+ cp ~/.i3/config ~/.sway/config
+
+[See also](http://i3wm.org/docs/)
+
+## Running
+
+ sway
+
+If you run this while xorg is running, it'll run inside of an x window (useful
+for testing). Otherwise, it'll run wayland properly.