summaryrefslogtreecommitdiff
path: root/.config/systemd/user/kanata.service
diff options
context:
space:
mode:
authorNate Cox <nate@natecox.dev>2026-05-13 11:25:07 -0700
committerNate Cox <nate@natecox.dev>2026-05-13 11:25:07 -0700
commitea73642a3c82b5e58f6f7f42878bc695e7189efe (patch)
tree96ec63b2995d15c8972a2c7d4be9a7c4089b62b6 /.config/systemd/user/kanata.service
downloaddotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.tar.bz2
dotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.zip
Initial commit
Diffstat (limited to '.config/systemd/user/kanata.service')
-rw-r--r--.config/systemd/user/kanata.service12
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
+