Skip to content

Instantly share code, notes, and snippets.

@iambibhas
Created February 20, 2014 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iambibhas/9122172 to your computer and use it in GitHub Desktop.
Save iambibhas/9122172 to your computer and use it in GitHub Desktop.
set initial brightness for linux - /etc/init/startup-brightness.conf
start on startup
script
echo "978" > /sys/class/backlight/intel_backlight/brightness
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment