diff --git a/templates/i3/i3wm.service.j2 b/templates/i3/i3wm.service.j2 index 42bbe78..984e3b7 100644 --- a/templates/i3/i3wm.service.j2 +++ b/templates/i3/i3wm.service.j2 @@ -3,7 +3,7 @@ Description=i3 Window Manager PartOf=graphical-session.target [Service] -ExecStart=/usr/bin/i3 +ExecStart=i3 ExecStopPost=/bin/systemctl --user stop graphical-session.target Restart=on-failure