updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / brightd / brightd.conf
blobe468505a32e54d567312d87445131306c46bc916
1 # Options:
2 # -v        Be verbose
3 # -d        Daemonize
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"