Karan Sharma

Controlling Screen Brightness in Linux

0 minutes (41 words)

🔗Get a list of devices connected

xrandr | grep " connected" | cut -f1 -d " "

🔗Tweak the brightness value

xrandr --output eDP-1 --brightness 0.7

Tags: #Linux