try to prevent keyboard from waking again

This commit is contained in:
Noah Masur 2022-05-19 08:48:09 -04:00
parent de023c2cd9
commit 99bff6fa42

View File

@ -3,6 +3,7 @@
# Prevent wake from keyboard
powerManagement.powerDownCommands = ''
echo disabled > /sys/bus/usb/devices/1-6/power/wakeup
echo disabled > /sys/bus/usb/devices/1-8/power/wakeup
'';
}