aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-27 09:16:48 -0500
committerDrew DeVault <sir@cmpwn.com>2015-11-27 09:16:48 -0500
commit1e753e3a7404040152a1a072f8019181b029c14d (patch)
tree4c468f979d98169851aef24e2498d6168533653f /README.md
parentd1012c497bab10d55797ea4649c0c7a002167864 (diff)
Write down style guidelines
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 5ab664d0..6d47d30f 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
"**S**irCmpwn's **Way**land window manager" is a **work in progress**
i3-compatible window manager for [Wayland](http://wayland.freedesktop.org/).
-Read the [FAQ](https://github.com/SirCmpwn/sway/wiki).
+Read the [FAQ](https://github.com/SirCmpwn/sway/wiki). Join the
+[IRC channel](http://webchat.freenode.net/?channels=sway&uio=d4) (#sway on
+irc.freenode.net).
![](https://sr.ht/i4Cu.png)
@@ -56,9 +58,5 @@ it'll work out of the box. Otherwise, copy `/etc/sway/config` to
## Running
-Run this from a tty (instead of starting x):
-
- sway
-
-If you run it from within x, it will spawn x windows instead of using your
-hardware directly (useful for development).
+Instead of running `startx`, run `sway`. You can run `sway` from within X as
+well, which is useful for testing.