#wayland #wlroots #slurp

app waysip

Wayland native (zwlr_layer_shell) area selection client, like slurp

4 releases

0.2.2 Dec 19, 2023
0.2.1 Dec 19, 2023
0.2.0 Dec 19, 2023
0.1.1 Dec 18, 2023

#556 in GUI

MIT license

40KB
785 lines

Waysip

it is a crate like slurp, to select area on wayland, which support layershell.

usage

use libwaysip::get_area;
fn main() {
    println!("{:?}", get_area());
}

Dependencies

~13–25MB
~386K SLoC