Answers for "brightness function not working problem in kali linux"

1

brightness function not working problem in kali linux

// for installing the brightness command tools
sudo apt-get install brightnessctl

// for increasing brightness
brightnessctl -q s +10% 

// for decreaseing brightness
brightnessctl -q s 10%-
Posted by: Guest on March-26-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language