Go to file
Skylar "The Cobra" Widulski 05fa630001
Add config file, use defaults instead of needing a monitor number, README changes
Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
2023-05-13 19:23:11 -04:00
LICENSE init 2023-05-12 22:05:36 -04:00
README.md Add config file, use defaults instead of needing a monitor number, README changes 2023-05-13 19:23:11 -04:00
wf-shadow Add config file, use defaults instead of needing a monitor number, README changes 2023-05-13 19:23:11 -04:00
wf-shadow.1 Add config file, use defaults instead of needing a monitor number, README changes 2023-05-13 19:23:11 -04:00
wf-shadow.1.scd Add config file, use defaults instead of needing a monitor number, README changes 2023-05-13 19:23:11 -04:00

README.md

wf-shadow

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.

Installation

Package Manager

Currently, no distributions include wf-shadow as a package. See "Manual Installation".

Manual Installation

Put this script somewhere in your $PATH. To find which directories are in your $PATH, run sed 's/:/\n/g' <<< "$PATH".