dotfiles/platforms/linux/systemd/user/keyd-app.service
2025-03-23 21:02:21 +00:00

13 lines
285 B
Desktop File

[Unit]
Description=Keyd Application Specific Mapping
Documentation=man:keyd-application-mapper(1) https://github.com/rvaiya/keyd
[Service]
Type=forking
ExecStart=/usr/bin/keyd-application-mapper -d
ExecStop=pkill keyd-applicatio
Restart=on-failure
[Install]
WantedBy=default.target