mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 09:35:40 +02:00
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.
This commit is contained in:
parent
3c776dd94f
commit
f13079fd4a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue