Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sway | 12,481 | a day ago | 861 | mit | C | |||||
i3-compatible Wayland compositor | ||||||||||
Hyprland | 9,058 | a day ago | 350 | bsd-3-clause | C++ | |||||
Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. | ||||||||||
Waybar | 3,705 | 19 hours ago | 469 | mit | C++ | |||||
Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada: | ||||||||||
Wayfire | 1,814 | 2 days ago | 326 | mit | C++ | |||||
A modular and extensible wayland compositor | ||||||||||
Dwl | 1,604 | a day ago | 33 | other | C | |||||
dwm for Wayland | ||||||||||
Smithay | 1,196 | 2 days ago | 4 | July 25, 2021 | 112 | mit | Rust | |||
A smithy for rusty wayland compositors | ||||||||||
Awesome Wayland | 1,143 | 8 months ago | 5 | cc0-1.0 | ||||||
A curated list of Wayland code and resources. | ||||||||||
Papyros Shell | 975 | 7 years ago | 77 | gpl-3.0 | C++ | |||||
:shell: The desktop shell for Papyros, built using QtQuick and QtCompositor as a compositor for Wayland. | ||||||||||
Grim | 757 | a year ago | 10 | mit | C | |||||
Grab images from a Wayland compositor | ||||||||||
Cage | 738 | 4 months ago | n,ull | mit | C | |||||
A Wayland kiosk |
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).
Releases are signed with E88F5E48 and published on GitHub.
Sway is available in many distributions. Try installing the "sway" package for yours.
Check out this wiki page if you want to build the HEAD of sway and wlroots for testing or development.
Install dependencies:
* 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.
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.
Run sway
from a TTY. Some display managers may work but are not supported by
sway (gdm is known to work fairly well).