diff options
Diffstat (limited to '')
-rw-r--r-- | examples/lisp-esque.conf | 4 |
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. |