A simple fullscreen screenshotting tool for Wayland.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
itycodes 5289e3adef
Add a .gitignore
3 weeks ago
protocols Clean up protocol building 3 weeks ago
.gitignore Add a .gitignore 3 weeks ago
Makefile Clean up protocol building 3 weeks ago
README.md Fix a typo in README 3 weeks ago
main.c Clarify the valid usage printed on invalid usage 3 weeks ago
rif.h Clean up rif.h a bit 3 weeks ago

README.md

A simple Wayland screenshotting utility that utilizes the new ext-image-capture-source-v1 & ext-image-copy-capture-v1.

Runtime Dependencies:

  • libwayland-client

Make Dependencies:

  • wayland-scanner
  • make
  • gcc

Usage:

screencap # makes a full screenshot, saves it to out.rif
screencap '?' # prints all toplevels
screencap '5c261201ff47b0f28a1b55ce9f0e2e20' # captures the toplevel with the given identifier to out.rif