#!/bin/bash xrandr --output DVI-I-1 --brightness $1 xrandr --output HDMI-0 --brightness $1 xrandr --output DVI-D-0 --brightness $1 ~