Skip to content

Instantly share code, notes, and snippets.

@opnchaudhary
Forked from himito/brightness.sh
Created March 6, 2019 10:59
Show Gist options
  • Save opnchaudhary/8f0ab4c07663b402bd171f2d01c78fa5 to your computer and use it in GitHub Desktop.
Save opnchaudhary/8f0ab4c07663b402bd171f2d01c78fa5 to your computer and use it in GitHub Desktop.
Control Brightness
xrandr --output $(xrandr -q | awk '/ connected / {print $1}') --brightness 0.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment