blob: 86461065d63525c26b8a289dbaa6f8bb3a1431d6 (
plain)
1
2
3
4
5
6
7
|
# Mode allowed: maximum, minimum, adaptive
# Default unless specified is adaptive
powerd_ac_mode="maximum"
#powerd_battery_mode="minimum"
# Additional arguments for powerd - see the man page for details
powerd_args=""
|