Last active
August 13, 2022 18:46
-
-
Save txtyash/a8be9e988d7c83003662a7ee02d51aad to your computer and use it in GitHub Desktop.
My kmonad service file at /etc/systemd/system/kmon.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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