systemd-user/user/xmodmap.service

11 lines
173 B
SYSTEMD
Raw Permalink Normal View History

2014-08-18 06:25:02 +00:00
[Unit]
Description=Capslock is escape
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
[Install]
2015-10-04 08:02:14 +00:00
WantedBy=wm.target