More specifically, I want to automate booting in performance mode and switching to energy save after a couple of minutes, just to have stuff load faster, but I found no way to do that.
More specifically, I want to automate booting in performance mode and switching to energy save after a couple of minutes, just to have stuff load faster, but I found no way to do that.
Yes. Under the hood, gnome controls the power profiles daemon.
You can configure it from the cli via
powerprofilesctl.powerprofilesctl getgets the currently active mode.powerprofilesctl set performanceset’s it to performance mode.There are three modes: ‘power-saver’, ‘balanced’, ‘performance’
Thank you very much, it worked.