linrunner / TLP

TLP - Optimize Linux Laptop Battery Life
https://linrunner.de/tlp
GNU General Public License v2.0
2.51k stars 129 forks source link

Enable battery threshold only #711

Closed loshz closed 9 months ago

loshz commented 9 months ago

Is your feature request related to a problem? Please describe.

Sorry if this isn't the correct forum to ask this question. I've searched the docs and man pages, and didn't seem to get a concrete answer.

Is is possible to configure TLP to only set battery thresholds?

My config only consists of the following 2 lines:

START_CHARGE_THRESH_BAT0=75
STOP_CHARGE_THRESH_BAT0=80

Does this mean everything else is "off/disabled" by default?

Describe the solution you'd like

A clear and concise description of:

Describe alternatives you've considered

Additional context

N/A

linrunner commented 9 months ago

Maybe this can be done by deactivating all parameters that have an intrinsic default via PARAM="". However, this does not represent a supported use case and I do not want to provide any further assistance for it. Thanks for your understanding and good luck!

loshz commented 9 months ago

No worries! I will give the param thing a try and see how that works out. I fully understand that this isn't a supported use case - thanks again!