mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-13 19:10:50 +00:00
15 lines
338 B
Desktop File
15 lines
338 B
Desktop File
[Unit]
|
|
Description=Service to inject keycodes without the GUI application
|
|
# dbus is required for ipc between gui and input-remapper-control
|
|
Requires=dbus.service
|
|
After=dbus.service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=inputremapper.Control
|
|
ExecStart=/usr/bin/input-remapper-service
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
Alias=input-remapper.service
|