Initial commit: basic scripting, working under KDE Wayland

This commit is contained in:
2023-09-04 14:25:33 +02:00
commit 7efba24eac
4 changed files with 78 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# 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/`
Modify the paths in them so they point to wherever this repo is.
Run:
```bash
systemctl --user start screenshot.service screenshot.timer
```