[Linux] Force the keyboard backlight to stay turned off on an ASUS laptop.oneshot (55)in #linux • 7 years ago (edited)Here the script that has to be executed as root. #!/bin/bash while true do echo 0 > /sys/class/leds/asus\:\:kbd_backlight/brightness sleep 5 done GitHub #config #hardware #bash #script
ECHO?