summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-03-24 20:02:07 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-03-24 20:02:07 -0400
commitf029cecfe4870185e3d79da9bf75269f167cd058 (patch)
tree0fe09b6da6edc13b064e6622bcf810086fac5580 /index.html
parentMerge pull request #503 from oniony/gh-pages (diff)
downloadsway-f029cecfe4870185e3d79da9bf75269f167cd058.tar.gz
sway-f029cecfe4870185e3d79da9bf75269f167cd058.tar.zst
sway-f029cecfe4870185e3d79da9bf75269f167cd058.zip
Update L+F, add roadmap
Diffstat (limited to 'index.html')
-rw-r--r--index.html39
1 files changed, 1 insertions, 38 deletions
diff --git a/index.html b/index.html
index 4247aebc..e7b5e392 100644
--- a/index.html
+++ b/index.html
@@ -3,41 +3,4 @@ title: Sway
3layout: master 3layout: master
4--- 4---
5 5
6<div class="row"> 6<video src="https://sr.ht/Phb3.webm" controls></video>
7 <div class="col-md-4">
8 <h1 class="text-center">Sway</h1>
9 <p>
10 Sway is a drop-in replacement for the <a href="http://i3wm.org/">i3
11 window manager</a>, but for Wayland instead of X11. It will
12 work with your existing i3 configuration file, and adds a few extra
13 features on top of that.
14 </p>
15 <ul>
16 <li>i3 configuration compatibility</li>
17 <li>i3 IPC compatibility</li>
18 <li>Multi-head support</li>
19 <li>Airblader gaps support</li>
20 <li>Touchscreen input bindings</li>
21 </ul>
22 <p class="text-muted">
23 sway is a work in progress. It is already suitable for everyday
24 use, but we have not yet met all of the goals set forth for the
25 project.
26 </p>
27 </div>
28 <div class="col-md-8">
29 <video src="https://sr.ht/Phb3.webm" controls></video>
30 </div>
31</div>
32<div class="row text-center" style="margin-top: 50px;">
33 <div class="col-md-3">
34 Get the <a href="https://github.com/SirCmpwn/sway">source code</a>
35 </div>
36 <div class="col-md-3">
37 Read the <a href="https://github.com/SirCmpwn/sway/wiki">FAQ</a>
38 </div>
39 <div class="col-md-3">
40 Join the <a href="http://webchat.freenode.net/?channels=sway&uio=d4">IRC channel</a>
41 </div>
42 <div class="col-md-1"> </div>
43</div>