mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
13 lines
291 B
Desktop File
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
|
|
|