Skip to content

Instantly share code, notes, and snippets.

@himito
Created November 20, 2017 09:42
Show Gist options
  • Save himito/74c23c9e3fe087015095c4bd3dfd7565 to your computer and use it in GitHub Desktop.
Save himito/74c23c9e3fe087015095c4bd3dfd7565 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