aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-02 11:32:06 +1200
committerDavid <dbphillipsnz@gmail.com>2014-06-06 20:28:46 +1200
commit3c8bdd937f224c0b02547ecbfac44e349c2235ad (patch)
tree5cd379363a77ffd3da21db7eab4eb4be7c39a028
parentcd07fec6d1158b67897482c4901fd88878847c86 (diff)
downloadparamano-3c8bdd937f224c0b02547ecbfac44e349c2235ad.tar.xz
I always forget to add files when I move them
-rw-r--r--data/trayfreq.conf36
1 files changed, 36 insertions, 0 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