Files
minute-screenshot-linux/README.md

20 lines
498 B
Markdown

# 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/`:
```bash
cp systemd/* ~/.config/systemd/user/
```
Modify the paths in them so they point to wherever this repo is.
```bash
nano ~/.config/systemd/user/screenshot.service
```
Run:
```bash
systemctl --user enable screenshot.service screenshot.timer
systemctl --user start screenshot.service screenshot.timer
```