This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
directly execute i3
systemd-xsession
Markus Katharina Brechtel
3 years ago
parent
a7b5346e69
commit
f5eaf9d335
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
[Service]
ExecStart=
/usr/bin/
i3
ExecStart=i3
ExecStopPost=/bin/systemctl --user stop graphical-session.target
Restart=on-failure