@reboot echo disable > /sys/firmware/acpi/interrupts/gpe17
@reboot echo mask > /sys/firmware/acpi/interrupts/gpe17
@reboot find /var/log/ -type f -mtime +7 -delete
@reboot /usr/sbin/powertop --auto-tune -q >/dev/null
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name dark-mode | |
// @match *://*/* | |
// @grant none | |
// @version 1.1 | |
// @author cjb | |
// @run-at document-start | |
// ==/UserScript== | |
const adjustColors = () => { |