mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-23 20:34:46 +02:00
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.
11 lines
304 B
Desktop File
11 lines
304 B
Desktop File
[Unit]
|
|
Description=i3 window manager
|
|
PartOf=graphical-session.target
|
|
After=xsession.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/i3
|
|
ExecReload=/usr/bin/i3-msg reload
|
|
ExecReload=/bin/systemctl --user restart i3-companion.service
|
|
ExecStopPost=/bin/systemctl --user stop graphical-session.target
|
|
Restart=on-failure
|