🔧 Setup.
This one is a must have for all laptops users, even for desktop pc users as well. Firstly, install auto-cpufreq.
bash
yay -Sy auto-cpufreqAfter that, install the daemon by using this command:
bash
sudo auto-cpufreq --installIf that didn't work, enable the systemd unit:
bash
sudo systemctl enable --now auto-cpufreq.serviceNow your good to go, check their documentation for more details on how to configure it. I personally use the default profile it comes with and I didn't had any issues.