vincentbernat.i3wm-configur.../systemd/misc-x@.service
Vincent Bernat 47368b46dc systemd: remove all [Install] sections
Instead, we explicitely set dependencies in our own
graphical-session@.target.
2020-01-19 20:30:59 +01:00

10 lines
217 B
Desktop File

[Unit]
Description=Miscellaneous settings for X11 on %I
PartOf=graphical-session@%i.target
[Service]
Environment=DISPLAY=%I
ExecStart=/usr/bin/xset -b
ExecStart=/usr/bin/numlock on
Type=oneshot
RemainAfterExit=false