mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30:51 +00:00
12 lines
185 B
SYSTEMD
12 lines
185 B
SYSTEMD
|
[Unit]
|
||
|
Description=kmonad keyboard config
|
||
|
|
||
|
[Service]
|
||
|
Restart=always
|
||
|
RestartSec=3
|
||
|
ExecStart=/usr/bin/kmonad /home/bruno/dotfiles/home_row.kbd
|
||
|
Nice=-20
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|