Skip to content

Automatically take screenshots at a random time every hour (xorg and wayland compatible).

Notifications You must be signed in to change notification settings

dbeley/autoscreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoscreen

Automatically take screenshots with maim.

What you can change:

  • frequency: OnCalendar value in systemd-service/autoscreen.timer
  • directory from where autoscreen will be run: WorkingDirectory value in systemd-service/autoscreen.service
  • directory where the screenshots will be stored: DESTINATION_DIR variable in autoscreen.sh

Requirements

  • maim

Installation

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

About

Automatically take screenshots at a random time every hour (xorg and wayland compatible).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages