aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 09:16:48 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 09:16:48 -0500
commit1e753e3a7404040152a1a072f8019181b029c14d (patch)
tree4c468f979d98169851aef24e2498d6168533653f /README.md
parentStyle enforcement (diff)
downloadsway-1e753e3a7404040152a1a072f8019181b029c14d.tar.gz
sway-1e753e3a7404040152a1a072f8019181b029c14d.tar.zst
sway-1e753e3a7404040152a1a072f8019181b029c14d.zip
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 @@
2 2
3"**S**irCmpwn's **Way**land window manager" is a **work in progress** 3"**S**irCmpwn's **Way**land window manager" is a **work in progress**
4i3-compatible window manager for [Wayland](http://wayland.freedesktop.org/). 4i3-compatible window manager for [Wayland](http://wayland.freedesktop.org/).
5Read the [FAQ](https://github.com/SirCmpwn/sway/wiki). 5Read the [FAQ](https://github.com/SirCmpwn/sway/wiki). Join the
6[IRC channel](http://webchat.freenode.net/?channels=sway&uio=d4) (#sway on
7irc.freenode.net).
6 8
7![](https://sr.ht/i4Cu.png) 9![](https://sr.ht/i4Cu.png)
8 10
@@ -56,9 +58,5 @@ it'll work out of the box. Otherwise, copy `/etc/sway/config` to
56 58
57## Running 59## Running
58 60
59Run this from a tty (instead of starting x): 61Instead of running `startx`, run `sway`. You can run `sway` from within X as
60 62well, which is useful for testing.
61 sway
62
63If you run it from within x, it will spawn x windows instead of using your
64hardware directly (useful for development).