-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Currently the script only consideres powerprofilesctl to switch power profiles. If you instead use tuned-ppd, the script actually fails without starting the game/command it is supposed to start.
So it would be nice if the script either doesn't fail and instead just runs the command without switching the power profile, or (which would be even nicer) the script automatically consideres tuned-ppd (via tuned-adm) to switch to the power profile "throughput-performance".
Background for this:
When using CachyOS-Settings with a distribution like Fedora, the script runs into a "powerprofilesctl not found" error. This is due to Fedora using tuned-ppd over power-profiles-daemon by default. So in the worst case using this wrapper script should simply have no effect in my opinion.
Is this something worth considering?