zephyrus: tlp: remove cpu governor tweak

The laptop's fans run really loud whenever it's plugged in, and cores
are all at max frequency even when there's 0 load.
This commit is contained in:
Antoine Martin 2021-09-06 05:41:48 +02:00
parent 6afcd36d8e
commit d7133e98de

View file

@ -55,9 +55,6 @@ in
};
tlp = {
settings = {
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
START_CHARGE_THRESH_BAT0 = 70;
STOP_CHARGE_THRESH_BAT0 = 80;
};