Battery

How to Improve Battery Life on Linux

Battery Life So at first, most distros ship with power-profiles-daemon. This app is good for changing profiles but doesn’t give you the best battery life, so we can remove it by running: sudo pacman -Rns power-profiles-daemon sudo apt purge power-profiles-daemon sudo dnf remove power-profiles-daemon Now we can install TLP, by running: sudo pacman -S tlp sudo apt install tlp sudo dnf install tlp Now configure TLP: sudo systemctl mask systemd-rfkill.service sudo systemctl mask systemd-rfkill.

read more