mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
13 lines
248 B
Desktop File
13 lines
248 B
Desktop File
[Unit]
|
|
Description=Kanata Service
|
|
Requires=local-fs.target
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
ExecStartPre=/usr/bin/modprobe uinput
|
|
ExecStart=/usr/bin/kanata --cfg /home/michael/.config/kanata/config.kbd
|
|
Restart=no
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|