uncomfyhalomacro / waysip

Wayland native area selector for compositors implementing zwlr_layer_shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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());
}

About

Wayland native area selector for compositors implementing zwlr_layer_shell.

License:MIT License


Languages

Language:Rust 96.5%Language:Nix 3.5%