From 37021b9757b5c1d8b8140ba6f3c1b98428a57cfd Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 13 May 2023 15:16:54 -0400 Subject: [PATCH] Add longer description from man page to README Signed-off-by: Skylar "The Cobra" Widulski --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8986d6a..9c15b83 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # wf-shadow -`wf-shadow` is an instant-replay solution for Linux-based operating systems running a Wayland compositor written in BASH. +`wf-shadow` is a script written in order to fill the void in instant-replay software for Wayland, specifically wlroots compositors. It uses wf-recorder and wofi in order to accomplish the task. # Dependencies This script depends on `wf-recorder`, `wofi`, and, obviously, `bash`.