Set default tlp mode to battery
This commit is contained in:
parent
d2452451b5
commit
7fd14a9ef9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ TLP_ENABLE=1
|
|||
|
||||
# Operation mode when no power supply can be detected: AC, BAT.
|
||||
# Concerns some desktop and embedded hardware only.
|
||||
TLP_DEFAULT_MODE=AC
|
||||
TLP_DEFAULT_MODE=BAT
|
||||
|
||||
# Operation mode select: 0=depend on power source, 1=always use TLP_DEFAULT_MODE
|
||||
# Hint: use in conjunction with TLP_DEFAULT_MODE=BAT for BAT settings on AC.
|
||||
|
|
Loading…
Reference in a new issue