summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 00000000..6d2186c7
--- /dev/null
+++ b/index.html
@@ -0,0 +1,49 @@
1---
2title: Sway
3layout: master
4---
5
6<div class="row">
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 compatability</li>
17 <li>i3 IPC compatability</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/1Wku.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 class="col-md-1">
44 <a href="/sway-1.html">sway (1)</a>
45 </div>
46 <div class="col-md-1">
47 <a href="/sway-5.html">sway (5)</a>
48 </div>
49</div>