Skip to content

Instantly share code, notes, and snippets.

@drewsmith
Created August 20, 2017 02:12
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 drewsmith/ed704d4114fa7b755ed289714f3c4059 to your computer and use it in GitHub Desktop.
Save drewsmith/ed704d4114fa7b755ed289714f3c4059 to your computer and use it in GitHub Desktop.
debian backlight alias
echo "alias bklt='xrandr --output LVDS-1 --brightness $1'" >> ~/.bashrc
source ~/.bashrc
usage: bklt 0.75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment