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