Skip to content

Instantly share code, notes, and snippets.

@thesephist
Created November 19, 2018 08:32
Show Gist options
  • Save thesephist/9dd0044611b7d3f2330190e23272cef6 to your computer and use it in GitHub Desktop.
Save thesephist/9dd0044611b7d3f2330190e23272cef6 to your computer and use it in GitHub Desktop.
Adjust laptop backlight beyond min/max
function light() {
sudo su -c "echo $1 > /sys/class/backlight/intel_backlight/brightness"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment