mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Remove unneeded --no-display arg in gh-notify service (sysd imports DISPLAY)
This commit is contained in:
parent
924ac09370
commit
4d5c96a804
|
@ -3,7 +3,7 @@ Description="Show unread GitHub notifications"
|
||||||
PartOf=graphical-session.target
|
PartOf=graphical-session.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=%h/.local/bin/scripts/gui/gh-notification -nd -v
|
ExecStart=%h/.local/bin/scripts/gui/gh-notification -v
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=false
|
RemainAfterExit=false
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
Loading…
Reference in a new issue