mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Initial website commit
This commit is contained in:
commit
0fe4c30e20
6 changed files with 493 additions and 0 deletions
49
index.html
Normal file
49
index.html
Normal file
|
|
@ -0,0 +1,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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue