Created
April 17, 2018 15:30
-
-
Save alexaleluia12/cadf167bfebe2e2c52d98fb17b7b3f46 to your computer and use it in GitHub Desktop.
mudar brilho de monitor linux
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
# listar monitor | |
xrandr --current | grep connected | |
# mudar cor | |
# 0.1 minino de brilho | |
# 0.9 maximo de brilho | |
xrandr --current --output HDMI-1 --gamma 0.4:0.4:0.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment