Automatically take screenshots with maim.
What you can change:
- frequency:
OnCalendar
value insystemd-service/autoscreen.timer
- directory from where autoscreen will be run:
WorkingDirectory
value insystemd-service/autoscreen.service
- directory where the screenshots will be stored:
DESTINATION_DIR
variable inautoscreen.sh
- maim
git clone https://github.com/dbeley/autoscreen
cd autoscreen
chmod +x *.sh
cp systemd-service/* ~/.config/systemd/user
systemctl --user daemon-reload
systemctl --user enable --now autoscreen.timer
systemctl --user status autoscreen
# if you use wayland
systemctl --user enable --now autoscreen_wayland.timer
systemctl --user status autoscreen_wayland