dotfiles/home/.config/systemd/user/gh-notification.timer
2025-02-24 22:27:49 +01:00

12 lines
228 B
SYSTEMD

[Unit]
Description=Timer for GitHub notification sendout
After=graphical-session.target
Requires=graphical-session.target
PartOf=graphical-session.target
[Timer]
OnUnitActiveSec=1m
[Install]
WantedBy=graphical-session.target