sway/index.html

46 lines
1.7 KiB
HTML
Raw Normal View History

2015-08-23 20:52:00 -04:00
---
title: Sway
layout: master
---
2017-10-02 23:36:54 -04:00
<div class="row">
2019-03-10 19:09:41 -04:00
<div class="col-lg-4 col-md-12">
2017-10-02 23:36:54 -04:00
<h1><img src="/assets/logo.png" id="logo" alt="Sway" /></h1>
<p>
2018-11-24 09:45:42 -05:00
Sway is a tiling Wayland compositor and a drop-in replacement for the
2017-10-02 23:36:54 -04:00
<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>
2019-03-10 19:09:41 -04:00
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.
2017-10-02 23:36:54 -04:00
</p>
</div>
2019-03-10 19:09:41 -04:00
<div class="col-lg-8 col-md-12">
2017-10-02 23:36:54 -04:00
<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">
<track src="assets/subtitles/lJ9C.vtt" kind="captions" srclang="en" label="English">
<track src="assets/subtitles/lJ9C-it_IT.vtt" kind="captions" srclang="it" label="Italiano">
2017-10-02 23:36:54 -04:00
<p>Your browser does not support HTML5 video.</p>
</video>
</div>
</div>
2019-03-10 19:09:41 -04:00
<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>