aboutsummaryrefslogtreecommitdiffstats
path: root/.config/dpms
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-02-20 01:33:07 +0100
committerDavid Runge <david.runge@frqrec.com>2014-02-20 01:33:07 +0100
commit9892a5918fe82dd2aa5731b892d9c578cf57fdb4 (patch)
treeb76f16adfa7e9f749cb588dc0e3a854f4e4a088d /.config/dpms
parent7fc113632736a80938bbcdfb73f19a61a85ab05f (diff)
downloaddotfiles-9892a5918fe82dd2aa5731b892d9c578cf57fdb4.tar.gz
dotfiles-9892a5918fe82dd2aa5731b892d9c578cf57fdb4.tar.bz2
dotfiles-9892a5918fe82dd2aa5731b892d9c578cf57fdb4.tar.xz
dotfiles-9892a5918fe82dd2aa5731b892d9c578cf57fdb4.zip
Adding config file for adjust_dpms
Diffstat (limited to '.config/dpms')
-rw-r--r--.config/dpms10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/dpms b/.config/dpms
new file mode 100644
index 0000000..478e00e
--- /dev/null
+++ b/.config/dpms
@@ -0,0 +1,10 @@
+# Config file for bin/adjust_dpms
+# The arrays below define the programs to monitor and unset
+# screen blanking for.
+# Arrays must be of the form array=( program otherprogram )
+
+# Pre-compiled programs
+programs=( supercollider ardour3 pdextended vlc )
+
+# Programs run by python2
+python2=( keepnote )