From 5f53e3d3496f7621ee82d0de5e8bdcc31b84da38 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 2 Apr 2024 19:24:56 +0200 Subject: Use graphical-session.target --- .config/systemd/user/dapp-bg-dunst.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/systemd/user/dapp-bg-dunst.service') diff --git a/.config/systemd/user/dapp-bg-dunst.service b/.config/systemd/user/dapp-bg-dunst.service index 2aff5ce..d74d5b2 100644 --- a/.config/systemd/user/dapp-bg-dunst.service +++ b/.config/systemd/user/dapp-bg-dunst.service @@ -1,11 +1,11 @@ [Unit] Description=Run dunst -PartOf=graphical-session.target -After=wman.target +After=graphical-session.target +Requires=graphical-session.target [Service] Type=exec ExecStart=/usr/bin/dunst [Install] -WantedBy=wman.target +WantedBy=graphical-session.target -- cgit v1.1