mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 19:28:34 +02:00
9 lines
210 B
SYSTEMD
9 lines
210 B
SYSTEMD
|
[Unit]
|
||
|
Description=XInput event monitor
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStartPre=/usr/bin/setxkbmap us
|
||
|
ExecStart=%h/.local/bin/inputplug -d -0 -c %h/.config/i3/bin/input-event
|
||
|
Restart=on-failure
|