vincentbernat.i3wm-configur.../dotfiles/systemd/xsession.target
Vincent Bernat ab7ab873b0 systemd: try to use socket activation for i3
Unfortunately, this does not work as not everything is using
I3SOCK (notably `i3 --get-socketpath` does not).
2021-07-05 09:54:51 +02:00

19 lines
430 B
SYSTEMD

[Unit]
Description=X session
BindsTo=graphical-session.target
Wants=autorandr.service
Wants=dunst.socket
Wants=i3-companion.service
Wants=inputplug.service
Wants=misc-x.service
Wants=picom.service
Wants=policykit-agent.service
Wants=polybar.service
Wants=pulseaudio.service
Wants=redshift.service
Wants=ssh-agent.service
Wants=tmux.service
Wants=wallpaper.timer
Wants=xiccd.service
Wants=xsettingsd.service
Wants=xss-lock.service