diff options
Diffstat (limited to '.config/systemd/user/kanata.service')
| -rw-r--r-- | .config/systemd/user/kanata.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/systemd/user/kanata.service b/.config/systemd/user/kanata.service new file mode 100644 index 0000000..8d18e8f --- /dev/null +++ b/.config/systemd/user/kanata.service @@ -0,0 +1,12 @@ +[Unit] +Description=Kanata keyboard remapper +Documentation=https://github.com/jtroo/kanata + +[Service] +Type=simple +ExecStart=kanata +Restart=no + +[Install] +WantedBy=default.target + |
