diff options
Diffstat (limited to 'laptop/powertune')
-rwxr-xr-x | laptop/powertune | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/laptop/powertune b/laptop/powertune deleted file mode 100755 index f113000..0000000 --- a/laptop/powertune +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -/usr/bin/powertop --auto-tune -for x in $(find /sys -name wakeup) ; do if [ "$(cat $x)" == "enabled" ]; then echo 'disabled' >> $x; fi; done -echo LID | /usr/bin/tee /proc/acpi/wakeup |