From ea73642a3c82b5e58f6f7f42878bc695e7189efe Mon Sep 17 00:00:00 2001 From: Nate Cox Date: Wed, 13 May 2026 11:25:07 -0700 Subject: Initial commit --- .config/systemd/user/default.target.wants/kanata.service | 1 + .config/systemd/user/kanata.service | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 120000 .config/systemd/user/default.target.wants/kanata.service create mode 100644 .config/systemd/user/kanata.service (limited to '.config/systemd') 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 + -- cgit v1.3.1