Created
July 25, 2021 05:22
-
-
Save 11808s8/a4c67b95f40b42d338cb3ebddd7ed1e6 to your computer and use it in GitHub Desktop.
Alias to set the Display Brightness at the OS level on 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
| alias display_brightness='xrandr --output $(xrandr -q | grep " connected" | cut -d" " -f1) --brightness $1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment