Skip to content

Instantly share code, notes, and snippets.

@txtyash
Last active August 13, 2022 18:46
Show Gist options
  • Save txtyash/a8be9e988d7c83003662a7ee02d51aad to your computer and use it in GitHub Desktop.
Save txtyash/a8be9e988d7c83003662a7ee02d51aad to your computer and use it in GitHub Desktop.
My kmonad service file at /etc/systemd/system/kmon.service
[Unit]
Description=Kmonad keyboard utility
[Service]
Type=simple
ExecStart=/usr/bin/kmonad /home/zim/.kmonad.kbd
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment