diff options
Diffstat (limited to '.config/systemd/user/dunst@.service')
-rw-r--r-- | .config/systemd/user/dunst@.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/systemd/user/dunst@.service b/.config/systemd/user/dunst@.service new file mode 100644 index 0000000..2aff6be --- /dev/null +++ b/.config/systemd/user/dunst@.service @@ -0,0 +1,10 @@ +[Unit] +Description=Dunst notification-daemon +Documentation=man:dunst(1) +StopWhenUnneeded=true + +[Service] +Type=simple +Environment=DISPLAY=%I +ExecStart=/usr/bin/dunst +Restart=always |