Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sway | 12,120 | 3 days ago | 818 | mit | C | |||||
i3-compatible Wayland compositor | ||||||||||
Hyprland | 7,015 | a day ago | 215 | bsd-3-clause | C++ | |||||
Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. | ||||||||||
Waybar | 3,357 | 4 days ago | 408 | mit | C++ | |||||
Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada: | ||||||||||
Wayfire | 1,747 | 19 hours ago | 323 | mit | C++ | |||||
A modular and extensible wayland compositor | ||||||||||
Dwl | 1,491 | 7 days ago | 28 | other | C | |||||
dwm for Wayland | ||||||||||
Awesome Wayland | 1,143 | 6 months ago | 5 | cc0-1.0 | ||||||
A curated list of Wayland code and resources. | ||||||||||
Smithay | 1,114 | 16 hours ago | 4 | July 25, 2021 | 111 | mit | Rust | |||
A smithy for rusty wayland compositors | ||||||||||
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 | 700 | 2 months ago | n,ull | mit | C | |||||
A Wayland kiosk |
Select a region in a Wayland compositor and print it to the standard output. Works well with grim.
Join the IRC channel: #emersion on Libera Chat.
Install dependencies:
Then run:
meson build
ninja -C build
build/slurp
Select a region and print it to stdout:
slurp
Select a single point instead of a region:
slurp -p
Select an output and print its name:
slurp -o -f "%o"
Select a window under Sway, using swaymsg
and jq
:
swaymsg -t get_tree | jq -r '.. | select(.pid? and .visible?) | .rect | "\(.x),\(.y) \(.width)x\(.height)"' | slurp
Either send GitHub pull requests or send patches on the mailing list.
MIT