Add disableUSB

This commit is contained in:
Santiago Lo Coco 2022-02-15 11:56:15 -03:00
parent 635bd47028
commit 75018ac676
1 changed files with 4 additions and 0 deletions

4
dotfiles/.local/bin/disableUSB Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
echo EHC1 | sudo tee /proc/acpi/wakeup > /dev/null
echo EHC2 | sudo tee /proc/acpi/wakeup > /dev/null