a little curses-based app that allows you to quickly adjust monitor brightness in x windows.
it's a hack that just executes xrandr
commands under the hood.
git clone https://github.com/clangen/xdimmer.git
cd xdimmer
git submodule update --init --recursive
cmake .
make
__output/xdimmer