use performance scaling on ac

This commit is contained in:
Grigory Shipunov 2022-07-18 01:05:56 +02:00
parent 0c2ed07ce5
commit 1f8a3ff581
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -7,6 +7,8 @@
enable = true; enable = true;
settings = { settings = {
USB_BLACKLIST = "1d50:604b 1d50:6089 1d50:cc15 1fc9:000c"; USB_BLACKLIST = "1d50:604b 1d50:6089 1d50:cc15 1fc9:000c";
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
}; };
}; };
} }