mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 05:04:21 +02:00
Unfortunately, this does not work as not everything is using I3SOCK (notably `i3 --get-socketpath` does not).
13 lines
298 B
Desktop File
13 lines
298 B
Desktop File
[Unit]
|
|
Description=i3 window manager
|
|
PartOf=graphical-session.target
|
|
After=autorandr.service
|
|
After=picom.service
|
|
After=xsettingsd.service
|
|
After=tmux.service
|
|
After=ssh-agent.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/i3
|
|
ExecStopPost=/bin/systemctl --user stop graphical-session.target
|
|
Restart=on-failure
|