Comment by mlang23
4 years ago
I am blind (no joke), I couldn't care less about brightness :-) Well, actually, no, I execute a script after boot which basically does:
for backlight in leds/tpacpi::kbd_backlight backlight/intel_backlight; do dir="/sys/class/${backlight}"; if [ -d "${dir}" ]; then echo 0 > "${dir}/brightness"; fi; done
No comments yet
Contribute on Hacker News ↗