9 lines
148 B
SYSTEMD
9 lines
148 B
SYSTEMD
|
[Unit]
|
||
|
Description=Remaps the keyboard using xmodmap
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/home/michael/bin/remap-keyboard.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|