summaryrefslogtreecommitdiffstats
path: root/examples/lisp-esque.conf
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-09 20:02:09 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-09 20:02:09 +0100
commitb16ba73f2d816dd14499556e95b5583692253b85 (patch)
tree503d0d170e2da9a838a7a98166d4f4b8b8f1a142 /examples/lisp-esque.conf
parentm doc (diff)
downloadblueshift-b16ba73f2d816dd14499556e95b5583692253b85.tar.gz
blueshift-b16ba73f2d816dd14499556e95b5583692253b85.tar.bz2
blueshift-b16ba73f2d816dd14499556e95b5583692253b85.tar.xz
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/lisp-esque.conf')
-rw-r--r--examples/lisp-esque.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf
index 99d1486..21f7392 100644
--- a/examples/lisp-esque.conf
+++ b/examples/lisp-esque.conf
@@ -204,11 +204,11 @@
; applies all day long as well.
#(resolution:output (:eval (o_size o_size o_size))) ### -- ADVANCED LEVEL --
; This is evaluated into:
- ; (resolution:output (65535 65535 65535))
+ ; (resolution:output (65536 65536 65536))
; As always you can control the monitors individually:
; (resolution:output (:eval ((o_size o_size o_size) (o_size o_size o_size))))
; This evaluated into:
- ; (resolution:output ((65535 65535 65535) (65535 65535 65535)))
+ ; (resolution:output ((65536 65536 65536) (65536 65536 65536)))
; Gamma correction for the red, green and blue components, respectively,
; at high day, high night and monitor default, respectively.