mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-01 00:34:26 +02:00
This is derived from my Awesome configuration. Still a lot to do from a WM perspective. The organization is a bit different and I am giving it up on the per-display systemd units as it does not really work due to the fact we only have one user DBus and one environment.
17 lines
379 B
SYSTEMD
17 lines
379 B
SYSTEMD
[Unit]
|
|
Description=X session
|
|
BindsTo=graphical-session.target
|
|
Wants=autorandr.service
|
|
Wants=i3.service
|
|
Wants=picom.service
|
|
Wants=inputplug.service
|
|
Wants=misc-x.service
|
|
Wants=policykit-agent.service
|
|
Wants=redshift.service
|
|
Wants=wallpaper.timer
|
|
Wants=xiccd.service
|
|
Wants=xsettingsd.service
|
|
Wants=xss-lock.service
|
|
Wants=tmux.service
|
|
Wants=ssh-agent.service
|
|
Wants=pulseaudio.service
|