summaryrefslogtreecommitdiff
path: root/.config/systemd/user
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
downloaddotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.tar.bz2
dotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.zip
Initial commit
Diffstat (limited to '.config/systemd/user')
l---------.config/systemd/user/default.target.wants/kanata.service1
-rw-r--r--.config/systemd/user/kanata.service12
2 files changed, 13 insertions, 0 deletions
diff --git a/.config/systemd/user/default.target.wants/kanata.service b/.config/systemd/user/default.target.wants/kanata.service
new file mode 120000
index 0000000..f1cba55
--- /dev/null
+++ b/.config/systemd/user/default.target.wants/kanata.service
@@ -0,0 +1 @@
+/home/natecox/.config/systemd/user/kanata.service \ No newline at end of file
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
+