Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
if [ "${1}" == "post" ]; then
cat /sys/class/leds/tpacpi::kbd_backlight/brightness_hw_changed > /sys/class/leds/tpacpi::kbd_backlight/brightness
fi