mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
13 lines
273 B
SYSTEMD
13 lines
273 B
SYSTEMD
|
[Unit]
|
||
|
Description=XInput event monitor
|
||
|
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
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session@%i.target
|