10 lines
191 B
SYSTEMD
10 lines
191 B
SYSTEMD
|
[Unit]
|
||
|
Description=Reammping this stupid Keyboard
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/xremap %h/.config/xremap/macbook.yml --device /dev/input/event4
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|