vincentbernat.i3wm-configur.../systemd/inputplug@.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

9 lines
232 B
Desktop File

[Unit]
Description=XInput event monitor for %I
PartOf=graphical-session@%i.target
[Service]
Environment=DISPLAY=%I
ExecStartPre=/usr/bin/setxkbmap us
ExecStart=%h/bin/inputplug -0 -c %h/.config/awesome/bin/input-event
Type=forking