This post goes over some useful utilities I have been using on my Wayland system. Screen brightness: light Link to heading Light is a nice tool to manage screen and keyboard brightness. Install light Add your user to the video group: usermod -aG video I really like the light -T flag, which multiplies the current brightness by some value. This way you can have fine grained control both for very low and very high brightness values. To prevent yourself from decreasing the brightness all the way...