diff options
author | David <dbphillipsnz@gmail.com> | 2014-06-12 17:22:29 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-06-12 17:22:29 +1200 |
commit | 776add29dfe65b6a73bd2e9513df09795ab86084 (patch) | |
tree | 2acdfa6889799699fc6bcd83e596ecea71215a6c /trayfreq.conf.src | |
parent | 2244ff66ff8dfe5352c5ab850a99d06648a14a6b (diff) | |
download | paramano-776add29dfe65b6a73bd2e9513df09795ab86084.tar.xz |
Config comments change
Diffstat (limited to 'trayfreq.conf.src')
-rw-r--r-- | trayfreq.conf.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trayfreq.conf.src b/trayfreq.conf.src index a661a6a..b2e4500 100644 --- a/trayfreq.conf.src +++ b/trayfreq.conf.src @@ -1,7 +1,7 @@ # # Begin TRAYFREQ_CONF # -# Template config file for trayfreq-archlinux +# Template/default config file for trayfreq-archlinux # [battery] @@ -11,7 +11,7 @@ ## 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 +## /sys/devices/system/cpu/cpuX/cpufreq/scaling_available_governors # governor=powersave [ac] @@ -27,7 +27,7 @@ [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 +## /sys/devices/system/cpu/cpuX/cpufreq/scaling_available_frequencies # default=800000 |