Cleanup of install and Readme

This commit is contained in:
2026-05-06 10:31:08 +02:00
parent 776a1c7734
commit ead6d287f0
2 changed files with 6 additions and 26 deletions
-17
View File
@@ -1,21 +1,4 @@
#!/bin/bash
# * Download kanata binary
# * Setup kanata to start on boot:
# - sudo touch /lib/systemd/system/kanata.service
# ```
# [Unit]
# Description=Kanata keyboard remapper
# Documentation=https://github.com/jtroo/kanata
#
# [Service]
# Type=simple
# ExecStart=/home/user/.cargo/bin/kanata --cfg /home/user/.config/kanata/config-name.kbd
# Restart=never
#
# [Install]
# WantedBy=default.target
# ```
# ---------------------------------------------------------------------------------
## GLOBAL VARS
# ---------------------------------------------------------------------------------