diff options
Diffstat (limited to '.config/systemd/user')
| l--------- | .config/systemd/user/default.target.wants/kanata.service | 1 | ||||
| -rw-r--r-- | .config/systemd/user/kanata.service | 12 |
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 + |
