services/caps2esc: add second delay before starting intercepting to avoid enter beeing stuck
This commit is contained in:
parent
c003245bb5
commit
3fcf854c2d
@ -133,6 +133,7 @@
|
||||
wantedBy = ["multi-user.target"];
|
||||
serviceConfig.Nice = -20;
|
||||
script = ''
|
||||
sleep 1
|
||||
${pkgs.interception-tools}/bin/intercept \
|
||||
-g /dev/input/by-path/platform-i8042-serio-0-event-kbd | \
|
||||
${caps2esc.defaultPackage.x86_64-linux}/bin/caps2esc | ${pkgs.interception-tools}/bin/uinput \
|
||||
|
Loading…
Reference in New Issue
Block a user