From f13079fd4a31f7af9beab3d1e665ba18efeab908 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 14 Sep 2022 01:39:57 +0200 Subject: [PATCH] xsession: fix dunst service startup There is no dunst.socket. It was working if we had dunst installed through the package manager because this is a DBus-activated service. --- dotfiles/systemd/xsession.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/systemd/xsession.target b/dotfiles/systemd/xsession.target index 5f7e58f..dee8f2a 100644 --- a/dotfiles/systemd/xsession.target +++ b/dotfiles/systemd/xsession.target @@ -2,7 +2,7 @@ Description=X session BindsTo=graphical-session.target Wants=autorandr.service -Wants=dunst.socket +Wants=dunst.service Wants=inputplug.service Wants=picom.service Wants=pipewire-pulse.socket