Open iaacornus opened 1 year ago
# 1. add "tlp" to the rpm-ostree script
printf "tlp" >> final-script.sh #or how is it called?
# 2. Disable power-profiles
sudo systemctl disable power-profiles-daemon.service
# 3. add TLP enable to post-reboot script
printf """
sudo systemctl enable --now tlp""" >> ~/.config/autostart/reboot.sh
there are cases where power-profiles-daemon perform worse than tlp, but both cannot be installed together.
this feature request will allow to switch/replace the power-profiles-daemon with tlp and vice versa