dotfiles/home/dot_config/systemd/user/keyd-app.service
2025-09-27 15:28:09 +01:00

13 lines
291 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/local/bin/keyd-application-mapper -d
ExecStop=pkill keyd-applicatio
Restart=on-failure
[Install]
WantedBy=default.target