nixy/zremap: add temporary fix for external kbd
This commit is contained in:
parent
bf948813da
commit
1a6ab2840a
@ -178,8 +178,16 @@
|
|||||||
serviceConfig.Nice = -20;
|
serviceConfig.Nice = -20;
|
||||||
script = ''
|
script = ''
|
||||||
sleep 1
|
sleep 1
|
||||||
${zremap.defaultPackage.${system}}/bin/zremap \
|
KBD1="/dev/input/by-path/platform-i8042-serio-0-event-kbd"
|
||||||
/dev/input/by-path/platform-i8042-serio-0-event-kbd
|
KBD2="/dev/input/by-path/pci-0000:07:00.3-usbv2-0:1.1.3.2:1.1-event-kbd"
|
||||||
|
if [ -L "$KBD1" ]; then
|
||||||
|
${zremap.defaultPackage.${system}}/bin/zremap "$KBD1" &
|
||||||
|
fi
|
||||||
|
if [ -L "$KBD2" ]; then
|
||||||
|
${zremap.defaultPackage.${system}}/bin/zremap "$KBD2" &
|
||||||
|
fi
|
||||||
|
|
||||||
|
wait
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user