# Configuration file for /etc/apm/event.d/longrun
#
# This sets up longrun handling of APM and ACPI events.

# If this variable is set to 1, APM and ACPI events will trigger
# a change in longrun settings.

#LONGRUN_ENABLE="1"

# Performance mode
#
# Used to set the longrun performance window when running on
# AC power.
#
# Use "longrun -l" to check the available performance levels

PERFORMANCE="0 100"

# Economy mode
#
# Used to set the longrun performance window when running on
# battery.
#
# Use "longrun -l" to check the available performance levels

ECONOMY="0 70"

# Low battery mode
#
# Used to set the longrun performance window when the system
# battery is running out.
#
# Use "longrun -l" to check the available performance levels

LOW_BATTERY="0 0"

# Under which battery charge do we consider the battery charge
# being low (you also need to update /etc/default/apmd). Not available for
# ACPI, which defines its own low battery threshold internally.

#BATTERY_THRESHOLD="10"

# Debug mode
#
# If you set DEBUG to "1", longrun change will be logged to syslog.

#DEBUG="1"
