From 4d5c96a804dc17bbca75440e2c98c085f7bc802f Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 25 Jan 2023 12:59:45 +0100 Subject: [PATCH] Remove unneeded --no-display arg in gh-notify service (sysd imports DISPLAY) --- home/.config/systemd/user/gh-notification.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/systemd/user/gh-notification.service b/home/.config/systemd/user/gh-notification.service index 138d6c9..c78fa18 100644 --- a/home/.config/systemd/user/gh-notification.service +++ b/home/.config/systemd/user/gh-notification.service @@ -3,7 +3,7 @@ Description="Show unread GitHub notifications" PartOf=graphical-session.target [Service] -ExecStart=%h/.local/bin/scripts/gui/gh-notification -nd -v +ExecStart=%h/.local/bin/scripts/gui/gh-notification -v Type=oneshot RemainAfterExit=false Restart=on-failure