1
1
Fork 0
i3-compatible Wayland compositor https://swaywm.org
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Erik Reider 48d6eda3cb Fix layer old damage not being offset by the monitor layout coords 2 weeks ago
.builds ci: add libdisplay-info dependency 3 months ago
.github/ISSUE_TEMPLATE github: don't truncate debug logs 2 years ago
assets License wallpapers as CC-0 4 years ago
client Use shm_open instead of mkstemp 6 months ago
common Use format_str() throughout 2 months ago
completions build: move completions to separate file 6 months ago
contrib grimshot: fix tilde expansion within quotes 10 months ago
include Add support for touch cancel events 4 weeks ago
protocols build: drop intermediate libraries for protocols 6 months ago
sway Fix layer old damage not being offset by the monitor layout coords 2 weeks ago
swaybar swaybar: always subscribe to mode and workspace 3 weeks ago
swaymsg fix typo 3 months ago
swaynag swaynag: call swaynag_destroy on clean exit 5 months ago
.editorconfig Create .editorconfig 7 years ago
.gitignore Allocate minimum size necessary in pango text functions. (#3473) 4 years ago
.mailmap Add a .mailmap file 2 months ago
CONTRIBUTING.md Fix IRC links in READMEs and templates 2 years ago
LICENSE MIT license 6 years ago
README.cs.md Fix typo in Czech README translation 6 months ago
README.de.md Replace pcre with pcre2 1 year ago
README.dk.md Replace pcre with pcre2 1 year ago
README.es.md Replace pcre with pcre2 1 year ago
README.fr.md Replace pcre with pcre2 1 year ago
README.gr.md Replace pcre with pcre2 1 year ago
README.hi.md Add a Hindi (हिन्दी) translation to the README 1 year ago
README.hu.md Replace pcre with pcre2 1 year ago
README.ir.md Replace pcre with pcre2 1 year ago
README.it.md Translated README into Italian 1 year ago
README.ja.md Improve Japanese translation 8 months ago
README.ko.md Replace pcre with pcre2 1 year ago
README.md Add Norwegian READMR 4 months ago
README.nl.md Replace pcre with pcre2 1 year ago
README.no.md Add Norwegian READMR 4 months ago
README.pl.md Replace pcre with pcre2 1 year ago
README.pt.md Replace pcre with pcre2 1 year ago
README.ro.md Replace pcre with pcre2 1 year ago
README.ru.md Replace pcre with pcre2 1 year ago
README.sv.md Add Swedish README 1 year ago
README.tr.md Replace pcre with pcre2 1 year ago
README.uk.md Replace pcre with pcre2 1 year ago
README.zh-CN.md Polish the language in README.zh-CN.md & sync with English one 1 year ago
README.zh-TW.md Replace pcre with pcre2 1 year ago
config.in Switch default menu to wmenu 4 months ago
meson.build pango: add printf attribute 2 months ago
meson_options.txt Add meson options to enable/disable swaybar and swaynag 2 years ago
sway.desktop Update language in sway.desktop & sway(1) 4 years ago

README.md

sway

English - Česky - Deutsch - Dansk - Español - Français - Ελληνικά - हिन्दी - Magyar - فارسی - Italiano - 日本語 - 한국어 - Nederlands - Norsk - Polski - Português - Română - Русский - Svenska - 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 *
  • pcre2
  • 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).