# /etc/default/powersave
#
# Tunables for repowerd's CPU power-save service. Loaded once when the
# daemon engages power-save; edit and toggle power-save off/on (or
# restart repowerd) to apply changes. Values changed at runtime are
# persisted to /var/lib/repowerd/powersave, which takes precedence
# over this file.

# Where named profiles live.
#PROFILE_DIR=/etc/powersave

# Profile to apply when no explicit profile is supplied.
# Common values: algiz, mimir, efficiency, balanced, thermal, oem.
#DEFAULT_PROFILE=

# If true, repowerd engages the configured profile automatically when
# the system switches to battery power and releases it when AC returns.
AUTO_ON_BATTERY=false

# Battery saver toggle, driven by the {Get,Set}BatterySaver DBus
# methods. While on, repowerd applies the actions selected below; the
# SAVER_PREV_* keys record the values to restore when battery saver is
# switched off and are managed by repowerd itself.
BATTERY_SAVER=false

# Which actions battery saver applies, driven by the
# {Get,Set}BatterySaverOptions DBus methods: drop 5G-capable modems to
# LTE, reduce the screen brightness by 10%, shorten the display sleep
# timeout to 30 seconds, and engage a named CPU profile (empty = leave
# the CPU profile alone).
SAVER_DROP_5G=true
SAVER_REDUCE_BRIGHTNESS=true
SAVER_REDUCE_TIMEOUT=true
#SAVER_PROFILE=
