feat(disable caps by systemd)

This commit is contained in:
TheK4n 2023-11-27 13:36:08 +03:00
parent e89375cf15
commit d35ecd5505

View File

@ -0,0 +1,10 @@
[Unit]
Description=Disable capslock
[Service]
ExecStart=sh -c "dumpkeys | sed s/Caps_Lock/Control/ | loadkeys"
Type=oneshot
[Install]
WantedBy=multi-user.target
After=multi-user.target