Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilleaila/wl-screenrec-daemon
A daemon for the history feature of wl-screenrec
https://github.com/lilleaila/wl-screenrec-daemon
Last synced: about 1 month ago
JSON representation
A daemon for the history feature of wl-screenrec
- Host: GitHub
- URL: https://github.com/lilleaila/wl-screenrec-daemon
- Owner: LilleAila
- License: gpl-3.0
- Created: 2024-08-11T12:42:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T07:08:37.000Z (about 1 month ago)
- Last Synced: 2024-11-12T08:18:22.038Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# wl-screenrec-daemon
This is a daemon for [wl-screenrec](https://github.com/russelltg/wl-screenrec) that uses the `--history` feature to always be recording in the background.
## Usage:
```
$ wl-screenrec-daemon --help
Wrapper around wl-screenrec to easily record the last few seconds and copy the video to the clipboardUsage:
wl-screenrec-daemon --help, -h
Show this help text
wl-screenrec-daemon --daemon --
Start the daemon. This should always run in the background while your wayland session is running.
are passed directly to wl-screenrec.
Available options are:
--history, -h
How many seconds of history to keep
Default: 15
wl-screenrec-daemon --stop-daemon
Stop the daemon.
wl-screenrec-daemon --toggle
Start / stop the recording. This will include the last 15 seconds.
```## home-manager module
The home-manager module is still a work-in-progress, but might work as long as `WAYLAND_DISPLAY` is properly passed to systemd services.