aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 0528f941e33416854ea43b4d5f7d5f5c5948ec42 (plain)
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
---
title: Sway
layout: master
---

<div class="row">
  <div class="col-lg-4 col-md-12">
    <h1><img src="/assets/logo.png" id="logo" alt="Sway" /></h1>
    <p>
      Sway is a tiling Wayland compositor and a drop-in replacement for the
      <a href="http://i3wm.org/">i3 window manager</a> for X11. It works
      with your existing i3 configuration and supports most of i3's
      features, plus a few extras.
    </p>
    <p>
      Sway allows you to arrange your application windows <em>logically</em>,
      rather than <em>spatially</em>. Windows are arranged into a grid by
      default which maximizes the efficiency of your screen and can be
      quickly manipulated using only the keyboard.
    </p>
  </div>
  <div class="col-lg-8 col-md-12">
    <link rel="stylesheet" href="/css/video-js.css">
    <script>
    window.HELP_IMPROVE_VIDEOJS = false;
    </script>
    <script src="/js/video.js"></script>
    <video class="video-js vjs-16-9" data-setup="{}" controls>
      <source src="https://sr.ht/lJ9C.webm" type="video/webm">
      <p>Your browser does not support HTML5 video.</p>
    </video>
  </div>
</div>
<div class="row" style="margin-top: 1rem;">
  <div class="col-md-12">
    <p>
      We also maintain the <a href="https://github.com/swaywm/wlroots">wlroots</a>
      project to provide a modular basis for Sway and other Wayland compositors
      to build upon, and we <a href="https://github.com/swaywm/sway-protocols">
      publish standards</a> for interoperable Wayland desktops.
    </p>
  </div>
</div>