vincentbernat.i3wm-configur.../dotfiles/systemd/xsession.target
Vincent Bernat f13079fd4a 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.
2022-09-14 01:39:57 +02:00

18 lines
418 B
SYSTEMD

[Unit]
Description=X session
BindsTo=graphical-session.target
Wants=autorandr.service
Wants=dunst.service
Wants=inputplug.service
Wants=picom.service
Wants=pipewire-pulse.socket
Wants=policykit-agent.service
Wants=redshift.service
Wants=spotify-clean.timer
Wants=ssh-agent.service
Wants=weather.timer
Wants=wireplumber.service
Wants=xiccd.service
Wants=xsettingsd.service
Wants=xss-lock.service
Wants=xssproxy.service