mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Add gh-notify as systemd timer on wm-ready
This commit is contained in:
parent
29f82a4ac0
commit
9293df67bf
3 changed files with 23 additions and 0 deletions
9
home/.config/systemd/user/gh-notification.timer
Normal file
9
home/.config/systemd/user/gh-notification.timer
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description="Timer for GitHub notification sendout"
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Timer]
|
||||
OnUnitActiveSec=1m
|
||||
|
||||
[Install]
|
||||
WantedBy=wm-ready.target
|
Loading…
Add table
Add a link
Reference in a new issue