This website requires JavaScript.
Explore
Help
Sign in
mirror
/
vincentbernat.i3wm-configuration
Watch
1
Star
0
Fork
You've already forked vincentbernat.i3wm-configuration
0
mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced
2025-06-22 18:03:28 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a8ece5c7db
vincentbernat.i3wm-configur...
/
systemd
/
xsession@.target
4 lines
71 B
SYSTEMD
Raw
Normal View
History
Unescape
Escape
systemd: tentative to manage session with systemd To me, I think it was cleaner to have a parameter with the current display. This way, the session is specific to the current display. It seems BindsTo doesn't think this way.
2020-01-19 18:36:36 +01:00
[Unit]
systemd: create our own graphical-session@.target graphical-session.target is an existing target for the system. While I don't use several X sessions, I prefer to have each service bound to the right display and therefore, I create my own graphical-session@.target for this purpose. Also, I don't like having to use `systemctl --user enable`, so I enable everything directly in graphical-session@.target. Other dependencies are ordered from awesome@.service. This seems good enough.
2020-01-19 20:28:04 +01:00
Description
=
X session on %I
systemd: tentative to manage session with systemd To me, I think it was cleaner to have a parameter with the current display. This way, the session is specific to the current display. It seems BindsTo doesn't think this way.
2020-01-19 18:36:36 +01:00
BindsTo
=
graphical-session@%i.target
Reference in a new issue
Copy permalink