A private fork of the Sway Wayland compositor.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tudor Brindus fd53f80156
input/cursor: count pointer gestures as idle activity
3 years ago
.builds Update URL to wlroots project (GitHub->GitLab) 3 years ago
.github/ISSUE_TEMPLATE github: don't truncate debug logs 3 years ago
assets License wallpapers as CC-0 5 years ago
client cairo: Replace <cairo/cairo.h> by <cairo.h> 4 years ago
common Add safety assert in parse_movement_unit 3 years ago
completions i3-compat: add GET_BINDING_STATE IPC command 5 years ago
contrib grimshot: Exit 1 on cancellation 3 years ago
include Upgrade for wlroots surface refactoring 3 years ago
protocols Add support for linux-dmabuf surface hints 3 years ago
sway input/cursor: count pointer gestures as idle activity 3 years ago
swaybar swaybar: fix tray item icon scaling, positioning 3 years ago
swaymsg swaymsg: add GET_TREE pretty-printing 3 years ago
swaynag swaynag: remove xdg-output logic 3 years ago
.editorconfig Create .editorconfig 9 years ago
.gitignore Allocate minimum size necessary in pango text functions. (#3473) 6 years ago
CONTRIBUTING.md Fix IRC links in READMEs and templates 4 years ago
LICENSE MIT license 8 years ago
README.de.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.dk.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.es.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.fr.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.gr.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.hu.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.ir.md readme: use right-to-left marks in ir translation 3 years ago
README.ja.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.ko.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.nl.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.pl.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.pt.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.ro.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.ru.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.tr.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.uk.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.zh-CN.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
README.zh-TW.md Update URL to wlroots project (GitHub->GitLab) 3 years ago
config.in config.in: use swaynag -B instead of -b 3 years ago
meson.build build: fix building with basu 3 years ago
meson_options.txt Add meson options to enable/disable swaybar and swaynag 3 years ago
sway.desktop Update language in sway.desktop & sway(1) 6 years ago

README.md

sway

English - 日本語 - Français - Українська - Español - Polski - 中文-简体 - Deutsch - Nederlands - Русский - 中文-繁體 - Português - Dansk - 한국어 - Română - Magyar - Türkçe - فارسی - Ελληνικά

sway is an i3-compatible Wayland compositor. Read the FAQ. Join the IRC channel (#sway on irc.libera.chat).

Release Signatures

Releases are signed with E88F5E48 and published on GitHub.

Installation

From Packages

Sway is available in many distributions. Try installing the "sway" package for yours.

Compiling from Source

Check out this wiki page if you want to build the HEAD of sway and wlroots for testing or development.

Install dependencies:

  • meson *
  • wlroots
  • wayland
  • wayland-protocols *
  • pcre
  • json-c
  • pango
  • cairo
  • gdk-pixbuf2 (optional: system tray)
  • scdoc (optional: man pages) *
  • git (optional: version info) *

* Compile-time dep

Run these commands:

meson build/
ninja -C build/
sudo ninja -C build/ install

On systems without logind nor seatd, you need to suid the sway binary:

sudo chmod a+s /usr/local/bin/sway

Sway will drop root permissions shortly after startup.

Configuration

If you already use i3, then copy your i3 config to ~/.config/sway/config and it'll work out of the box. Otherwise, copy the sample configuration file to ~/.config/sway/config. It is usually located at /etc/sway/config. Run man 5 sway for information on the configuration.

Running

Run sway from a TTY. Some display managers may work but are not supported by sway (gdm is known to work fairly well).