updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / sleepd-git / sleepd.conf
blob2d456895413e2cd2ea78b90cf3ee96c427a9ba79
1 # This is a configuration file for /etc/rc.d/sleepd
3 # Parameters to pass to sleepd
5 # --unused=number_of_seconds_idling_before_sleep (default=600)
6 # --ac-unused=number_of_seconds_idling_on_AC_before_sleep (default=)
7 # --battery=percentage_below_which_to_sleep_or_hibernate
8 # --sleep-command=... (with acpi, defaults to hibernate --force)
9 # --hibernate-command=... (default is to use --sleep-command)
11 PARAMS=(
12         "--unused=600"
13         "--battery=2"
14         "--sleep-command=/usr/sbin/pm-suspend"
15         # "--sleep-command=/usr/sbin/pm-suspend --quirk-vbestate-restore"
16         "--hibernate-command=/usr/sbin/pm-hibernate"