mirror of
https://github.com/vale981/dotfiles
synced 2025-03-05 17:41:42 -05:00
22 lines
766 B
Text
22 lines
766 B
Text
![]() |
# ------------------------------------------------------------------------------
|
||
|
# tlp - Parameters for power save
|
||
|
|
||
|
# Hint: some features are disabled by default, remove the leading # to enable
|
||
|
# them.
|
||
|
|
||
|
# Set to 0 to disable, 1 to enable TLP.
|
||
|
TLP_ENABLE=1
|
||
|
|
||
|
# Dirty page values (timeouts in secs).
|
||
|
MAX_LOST_WORK_SECS_ON_BAT=15
|
||
|
|
||
|
# Battery charge thresholds (ThinkPad only, tp-smapi or acpi-call kernel module
|
||
|
# required). Charging starts when the remaining capacity falls below the
|
||
|
# START_CHARGE_TRESH value and stops when exceeding the STOP_CHARGE_TRESH value.
|
||
|
# Main / Internal battery (values in %)
|
||
|
START_CHARGE_THRESH_BAT0=75
|
||
|
STOP_CHARGE_THRESH_BAT0=99
|
||
|
# Ultrabay / Slice / Replaceable battery (values in %)
|
||
|
START_CHARGE_THRESH_BAT1=75
|
||
|
STOP_CHARGE_THRESH_BAT1=99
|