Drakulix / fireplace

Modular wayland window manager written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a way to make screenshots

Drakulix opened this issue · comments

Should be relatively easy to do via wlc_read_pixels might also be very easy to do for window screenshots.
Plan is to add a ScreenshotHandler that reacts on keypresses (requires configuration and binary changes) and reads the pixels of either the whole focused screen or all screens (make configurable) or of the currently focused View and convert it with the image crate.