Remove unneeded --no-display arg in gh-notify service (sysd imports DISPLAY)

This commit is contained in:
ItsDrike 2023-01-25 12:59:45 +01:00
parent 924ac09370
commit 4d5c96a804
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -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