grim
Grabs images from a Wayland compositor
Install it by running either;
kpkg install grim
or
kpkg build grim
To see the difference, see The handbook
graph TD
N0["grim"]
style N0 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N1["wayland-protocols"]
N2["wayland"]
N3["pixman"]
N4["libpng"]
N1 --> N0
N2 --> N0
N2 --> N1
N3 --> N0
N4 --> N0