onionshot 0.3.0

Screenshot utility for Hyprland
Documentation
1
2
3
4
5
6
7
#[derive(Clone, Copy, Debug)]
pub struct Geometry {
    pub x: i32,
    pub y: i32,
    pub w: u32,
    pub h: u32,
}