#Linux Force the keyboard backlight to stay turned off on an ASUS laptop.oneshot (55)in #linux • 8 years ago (edited)Here the code 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