dotfiles/systemd/xremap.service

10 lines
157 B
SYSTEMD
Raw Normal View History

2022-09-06 23:34:19 -06:00
[Unit]
Description=xRemap keyboard remapper
[Service]
Type=simple
ExecStart=/usr/local/bin/xremap /etc/xremap/config.yml
[Install]
WantedBy=default.target