Created
February 16, 2014 16:51
-
-
Save miebach/9037107 to your computer and use it in GitHub Desktop.
Set brightness for secondary / external screen / monitor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xrandr -q | grep -w connected | |
xrandr --output VGA1 --brightness 0.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment