chore(repo): baseline du fork input-remapper (upstream v2.2.1)
Le dépôt ne contenait que README.md ; ajout de l'intégralité du code fonctionnel du fork comme socle stable de la branche de release. L'état runtime d'orchestration (.ideai/) est exclu du suivi. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
14
data/input-remapper.service
Normal file
14
data/input-remapper.service
Normal file
@ -0,0 +1,14 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user