4 # -u n Drop privileges to this user (Defaults to nobody)
5 # -w n Wait n seconds before reducing brightness (Defaults to 3)
6 # -b n The brightness setting for the dark screen (Defaults to 0)
7 # -f Reduce brightness even if on the highest brightness level
8 # Specify twice to also do so when on AC
9 # -e n Filter event sources using regexp n (on /dev/input/by-path
10 # -c n Set the backlight class to use (defaults to the first
11 # subnode of /sys/class/backlight)
12 # -x Don't query X11 Xss extension
14 BRIGHTD_ARGS="-f -d -u brightd -x -w10"
15 BRIGHTD_FIFO="/var/run/brightd_fifo"