diff options
author | David <dbphillipsnz@gmail.com> | 2014-05-09 21:09:23 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-06-06 20:28:46 +1200 |
commit | 1efe7e3c4da1dc79cc59c2fe0c9fe002c45f600d (patch) | |
tree | 75d7249a595d76b6c8d5a654415495774a58020e /data | |
parent | 70e630e07304180da585d7dc65df88679f700012 (diff) | |
download | paramano-1efe7e3c4da1dc79cc59c2fe0c9fe002c45f600d.tar.xz |
Updated default config file
Diffstat (limited to 'data')
-rw-r--r-- | data/trayfreq.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/data/trayfreq.conf b/data/trayfreq.conf index 59dc4d8..ad6abcf 100644 --- a/data/trayfreq.conf +++ b/data/trayfreq.conf @@ -5,9 +5,12 @@ [battery] ## Uncomment to hide battery icon -- useful for desktop PCs +## Set to anything (or leave unset/commented out) to show battery icon # show=0 -## Governor to use for all cores when on battery power +## Name of the governor to use for all cores when on battery power +## Get a space-separated list of available governors from +## /sys/devices/system/cpu/cpu{{CORE_NUMBER}}/cpufreq/scaling_available_governors # governor=powersave [ac] @@ -20,8 +23,10 @@ # default=ondemand -## The frequency to set the CPU to when trayfreq starts [frequency] +## The frequency to set the CPU to when trayfreq starts +## Get a space-separated list of available frequencies from +## /sys/devices/system/cpu/cpu{{CORE_NUMBER}}/cpufreq/scaling_available_frequencies # default=800000 |