1 2 3 4 5 6 7 8 9 10
[Unit] Description=rusty-keys keymapper service After=systemd-udevd.service [Service] ExecStartPre=/bin/sleep 5 ExecStart=/usr/bin/rusty-keys -c /etc/rusty-keys/keymap.toml -d /dev/input/%I [Install] WantedBy=rusty-keys.target