From 49ccad40da6516c2b369d2ce5a7320dabf1b3386 Mon Sep 17 00:00:00 2001 From: itycodes Date: Thu, 3 Oct 2024 06:11:29 +0200 Subject: [PATCH] Add usage to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4950777..c58246d 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,10 @@ Make Dependencies: - `wayland-scanner` - `make` - `gcc` + +Usage: +```sh +screencap # makes a full screenshot, saves it to out.png +screencap '?' # prints all toplevels +screencap '5c261201ff47b0f28a1b55ce9f0e2e20' # captures the toplevel with the given identifier to out.rif +```