Crate libwayshot

Crate libwayshot 

Source
Expand description

libwayshot is a convenient wrapper over the wlroots screenshot protocol that provides a simple API to take screenshots with.

To get started, look at WayshotConnection.

Re-exports§

pub use crate::output::OutputInfo;
pub use crate::region::EmbeddedRegion;
pub use crate::region::LogicalRegion;
pub use crate::region::RegionCapturer;
pub use crate::region::Size;
pub use crate::region::TopLevel;

Modules§

output
reexport
region
screencast

Structs§

WayshotConnection
Struct to store wayland connection and globals list.

Enums§

Error
WayshotFrame
WayshotTarget

Type Aliases§

Result