aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 6d2186c71075a043f4b0f05086d6ca1fa1209df2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
title: Sway
layout: master
---

<div class="row">
    <div class="col-md-4">
        <h1 class="text-center">Sway</h1>
        <p>
            Sway is a drop-in replacement for the <a href="http://i3wm.org/">i3
                window manager</a>, but for Wayland instead of X11. It will
            work with your existing i3 configuration file, and adds a few extra
            features on top of that.
        </p>
        <ul>
            <li>i3 configuration compatability</li>
            <li>i3 IPC compatability</li>
            <li>Multi-head support</li>
            <li>Airblader gaps support</li>
            <li>Touchscreen input bindings</li>
        </ul>
        <p class="text-muted">
            sway is a work in progress. It is already suitable for everyday
            use, but we have not yet met all of the goals set forth for the
            project.
        </p>
    </div>
    <div class="col-md-8">
        <video src="https://sr.ht/1Wku.webm" controls></video>
    </div>
</div>
<div class="row text-center" style="margin-top: 50px;">
    <div class="col-md-3">
        Get the <a href="https://github.com/SirCmpwn/sway">source code</a>
    </div>
    <div class="col-md-3">
        Read the <a href="https://github.com/SirCmpwn/sway/wiki">FAQ</a>
    </div>
    <div class="col-md-3">
        Join the <a href="http://webchat.freenode.net/?channels=sway&uio=d4">IRC channel</a>
    </div>
    <div class="col-md-1"> </div>
    <div class="col-md-1">
        <a href="/sway-1.html">sway (1)</a>
    </div>
    <div class="col-md-1">
        <a href="/sway-5.html">sway (5)</a>
    </div>
</div>