Ver código fonte

directly execute i3

systemd-xsession
pai
commit
f5eaf9d335
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      templates/i3/i3wm.service.j2

+ 1
- 1
templates/i3/i3wm.service.j2 Ver arquivo

@@ -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