final commit from git shiroko

This commit is contained in:
KaitoTLex 2025-07-01 20:55:29 -07:00
parent 681a8b6b9c
commit ef37f0ba68
No known key found for this signature in database
GPG key ID: C5F52A3C0F3B4A77
3 changed files with 136 additions and 29 deletions

View file

@ -114,9 +114,9 @@
enable = true;
settings = {
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
CPU_ENERGY_PERF_POLICY_ON_BAT = "performance";
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
CPU_MIN_PERF_ON_AC = 0;