12 lines
181 B
SYSTEMD
12 lines
181 B
SYSTEMD
|
[Unit]
|
||
|
Description=Capslock is escape
|
||
|
After=xorg.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/bin/xrdb -merge %h/.Xresources
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=mystuff.target
|