diff options
author | David Runge <david.runge@frqrec.com> | 2014-02-20 01:33:07 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-02-20 01:33:07 +0100 |
commit | 9892a5918fe82dd2aa5731b892d9c578cf57fdb4 (patch) | |
tree | b76f16adfa7e9f749cb588dc0e3a854f4e4a088d /.config/dpms | |
parent | 7fc113632736a80938bbcdfb73f19a61a85ab05f (diff) | |
download | dotfiles-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/dpms | 10 |
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 ) |