Files
minute-screenshot-linux/README.md

498 B

Screenshot taker tool

Based on this: https://superuser.com/questions/1594667/how-can-i-make-a-screenshot-log-on-linux

Usage

Copy the files in systemd to: ~/.config/systemd/user/:

cp systemd/* ~/.config/systemd/user/

Modify the paths in them so they point to wherever this repo is.

nano ~/.config/systemd/user/screenshot.service

Run:

systemctl --user enable screenshot.service screenshot.timer
systemctl --user start screenshot.service screenshot.timer