i3-compatible Wayland compositor
Find a file
Drew DeVault bb6c9f52c7
Merge pull request #2884 from c-edw/feature/2867_FixScalingParameter
Prevent overriding background mode after it's been set.
2018-10-20 01:16:24 +02:00
assets
client
common Merge pull request #2864 from sghctoma/freebsd-fixes 2018-10-17 16:14:35 +02:00
completions
include Fix logic used for mouse_warping output 2018-10-19 22:28:02 +10:00
protocols
security.d
sway Fix logic used for mouse_warping output 2018-10-19 22:28:02 +10:00
swaybar missing headers for swaybar/input.c 2018-10-19 15:55:30 +03:00
swaybg Sway clients: Exit gracefully when compositor is unavailable 2018-10-15 21:57:59 +10:00
swayidle Sway clients: Exit gracefully when compositor is unavailable 2018-10-15 21:57:59 +10:00
swaylock Change initial background mode before arg parse. 2018-10-19 16:38:01 +01:00
swaymsg Fix program name in version strings 2018-10-10 18:34:50 +10:00
swaynag Sway clients: Exit gracefully when compositor is unavailable 2018-10-15 21:57:59 +10:00
.build.yml
.clang-format
.editorconfig
.gitignore
config.in
CONTRIBUTING.md
LICENSE
meson.build Set sysconfdir to /etc only if prefix is /usr 2018-10-17 15:28:18 +02:00
meson_options.txt
README.bg.md Update README.MD (and README.*.md) 2018-10-14 10:33:38 -04:00
README.de.md Update README.MD (and README.*.md) 2018-10-14 10:33:38 -04:00
README.el.md Update README.MD (and README.*.md) 2018-10-14 10:33:38 -04:00
README.fr.md Update README.MD (and README.*.md) 2018-10-14 10:33:38 -04:00
README.it.md Update README.MD (and README.*.md) 2018-10-14 10:33:38 -04:00
README.ja.md Update README.MD (and README.*.md) 2018-10-14 10:33:38 -04:00
README.md Update README.MD (and README.*.md) 2018-10-14 10:33:38 -04:00
README.pt.md Update README.MD (and README.*.md) 2018-10-14 10:33:38 -04:00
README.ru.md Update README.MD (and README.*.md) 2018-10-14 10:33:38 -04:00
README.uk.md Update README.MD (and README.*.md) 2018-10-14 10:33:38 -04:00
sway.desktop

sway

English - 日本語 - Deutsch - Ελληνικά - Français - Українська - Italiano - Português - Русский - Български

"SirCmpwn's Wayland compositor" is a work in progress i3-compatible Wayland compositor. Read the FAQ. Join the IRC channel (#sway on irc.freenode.net).

If you'd like to support sway development, please contribute to SirCmpwn's Patreon page.

Release Signatures

Releases are signed with B22DA89A and published on GitHub.

Installation

From Packages

Sway is available in many distributions. Try installing the "sway" package for yours. If it's not available, check out this wiki page for information on installation for your distributions.

If you're interested in packaging sway for your distribution, stop by the IRC channel or shoot an email to sir@cmpwn.com for advice.

Compiling from Source

Install dependencies:

  • meson
  • wlroots
  • wayland
  • xwayland
  • libinput >= 1.6.0
  • libcap
  • pcre
  • json-c >= 0.13
  • pango
  • cairo
  • gdk-pixbuf2 *
  • pam **
  • dbus >= 1.10 ***
  • scdoc (required for man pages)

*Only required for swaybar, swaybg, and swaylock

**Only required for swaylock

***Only required for tray support

Run these commands:

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

On systems without logind, 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).