diff options
author | David <dbphillipsnz@gmail.com> | 2014-05-02 11:42:13 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-05-02 11:42:13 +1200 |
commit | b5d850670d406da072db4b5f77f76c1860aa4734 (patch) | |
tree | 3cd5ae35cc08c76f8fa56cc43eb5ee04dc60fc7a /data | |
parent | cfcf72f4173d37c4d4fd0d1d5802b3d689501424 (diff) | |
parent | 4bb267e8e416c95fddc59d3c954afc37d9a3f67a (diff) | |
download | paramano-b5d850670d406da072db4b5f77f76c1860aa4734.tar.xz |
Merge branch 'sudo-fix'
Diffstat (limited to 'data')
-rw-r--r-- | data/trayfreq.conf | 36 | ||||
-rw-r--r-- | data/trayfreq.config | 9 |
2 files changed, 36 insertions, 9 deletions
diff --git a/data/trayfreq.conf b/data/trayfreq.conf new file mode 100644 index 0000000..59dc4d8 --- /dev/null +++ b/data/trayfreq.conf @@ -0,0 +1,36 @@ +# Begin /usr/share/trayfreq/trayfreq.conf +# +# Sample config file for trayfreq-archlinux +# + +[battery] +## Uncomment to hide battery icon -- useful for desktop PCs +# show=0 + +## Governor to use for all cores when on battery power +# governor=powersave + +[ac] +## Governor to use for all core while on AC power +## Often set to a performance or non-power-saving governor +# governor=ondemand + +[governor] +## Governor to set all cores to when trayfreq starts +# default=ondemand + + +## The frequency to set the CPU to when trayfreq starts +[frequency] +# default=800000 + + +[extra] +## Uncomment to make trayfreq run trayfreq-set through sudo. +## Useful if your WM doesn't run trayfreq as root, but you'll have to give the user +## trayfreq is run as passwordless sudo access to `trayfreq-set` +# sudo=1 + + +# +# End /usr/share/trayfreq/trayfreq.conf diff --git a/data/trayfreq.config b/data/trayfreq.config deleted file mode 100644 index 8783104..0000000 --- a/data/trayfreq.config +++ /dev/null @@ -1,9 +0,0 @@ -#[battery] -#show=1 -#governor=powersave -#[ac] -#governor=ondemand -#[governor] -#default=ondemand -#[frequency] -#default=800000 |