vincentbernat.i3wm-configur.../systemd/inputplug@.service
Vincent Bernat a65d6371e8 systemd: make service restart on failure
xiccd crashed for some reason.
2021-06-18 08:18:04 +02:00

9 lines
248 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/.local/bin/inputplug -d -0 -c %h/.config/awesome/bin/input-event
Restart=on-failure