Browse Source

directly execute i3

systemd-xsession
parent
commit
f5eaf9d335
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/i3/i3wm.service.j2

+ 1
- 1
templates/i3/i3wm.service.j2 View File

@@ -3,7 +3,7 @@ Description=i3 Window Manager
PartOf=graphical-session.target PartOf=graphical-session.target


[Service] [Service]
ExecStart=/usr/bin/i3
ExecStart=i3
ExecStopPost=/bin/systemctl --user stop graphical-session.target ExecStopPost=/bin/systemctl --user stop graphical-session.target
Restart=on-failure Restart=on-failure