vagnum08 / cpupower-gui

cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configurable default settings

unode opened this issue · comments

I would like to have the "All CPUs" switch on by default.

Is there any config file or setting that can be defined to allow this?

Thanks

The changes are merged, and would be included on the next release that would be available soon.
To enable it, just change allcpus_default=False to allcpus_default=True.
Either in ~/.config/cpupower_gui/99-allcpus.conf or /etc/cpupower-gui.conf.

Thanks for such a quick implementation!