From ddbfc640fa5f388f83a2f4dfa404aa3f72b567ba Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 11 Mar 2025 20:07:12 +0100 Subject: [PATCH] Fix gh-notify systemd timer --- home/.config/systemd/user/gh-notification.timer | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/systemd/user/gh-notification.timer b/home/.config/systemd/user/gh-notification.timer index 8350a3c..2b59c82 100644 --- a/home/.config/systemd/user/gh-notification.timer +++ b/home/.config/systemd/user/gh-notification.timer @@ -6,6 +6,7 @@ PartOf=graphical-session.target [Timer] OnUnitActiveSec=1m +Unit=gh-notification.service [Install] WantedBy=graphical-session.target