mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 05:04:21 +02:00
systemd: order i3 after xsession target
This way, we have simpler dependencies, even if it is a bit less efficient. As most services don't advertise readiness correctly, this is mostly equivalent.
This commit is contained in:
parent
99cc3a2582
commit
b241fe9ce7
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
[Unit]
|
||||
Description=i3 window manager
|
||||
PartOf=graphical-session.target
|
||||
After=autorandr.service
|
||||
After=picom.service
|
||||
After=xsettingsd.service
|
||||
After=ssh-agent.service
|
||||
After=xsession.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/i3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue