From 51b8d49c4b1ffa36e4cba46b0ec1ae38ea8465c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Sat, 25 Nov 2023 00:02:17 +0100 Subject: [PATCH] dunst --- dot_config/systemd/user/dunst.service | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dot_config/systemd/user/dunst.service b/dot_config/systemd/user/dunst.service index fad8c10..009cf22 100644 --- a/dot_config/systemd/user/dunst.service +++ b/dot_config/systemd/user/dunst.service @@ -1,9 +1,11 @@ [Unit] -Description=Notification daemon +Description=Dunst notification daemon +Documentation=man:dunst(1) PartOf=hlwm.target [Service] -Type=simple +Type=dbus +BusName=org.freedesktop.Notifications ExecStart=/usr/bin/dunst [Install]