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:
- meson
- wayland
- cairo
- libxkbcommon
- scdoc (optional: man pages)
Then run:
meson setup 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