From 3bd24d6d27036ee5afb416aab78fe07c4c131940 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 25 Jan 2023 19:07:38 +0100 Subject: [PATCH] Run gh-notification service after dunst (needs notifs) --- home/.config/systemd/user/gh-notification.service | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/systemd/user/gh-notification.service b/home/.config/systemd/user/gh-notification.service index 1b1d02d..4d6ec65 100644 --- a/home/.config/systemd/user/gh-notification.service +++ b/home/.config/systemd/user/gh-notification.service @@ -1,6 +1,7 @@ [Unit] Description="Show unread GitHub notifications" PartOf=graphical-session.target +After=dunst.service [Service] ExecStart=%h/.local/bin/scripts/gui/gh-notification -vv