diff options
Diffstat (limited to '')
-rw-r--r-- | examples/lisp-esque.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf index cd9116f..c9dad3c 100644 --- a/examples/lisp-esque.conf +++ b/examples/lisp-esque.conf @@ -89,6 +89,8 @@ ; (method print) ; It is possible to use both: ; (method print randr) + ; drm does not exist as an alternative but will be used + ; automatically under ttymode. (transfrom randr) ; yes, this it says ‘from’ not ‘form’ @@ -101,6 +103,8 @@ ; It an also be configured individually for the monitors: ; (transfrom randr nil) ; This will not do this for the second monitor + ; drm does not exist as an alternative but will be used + ; automatically under ttymode. ;; Important: The following options are applied in order of appearance @@ -161,6 +165,8 @@ ; (current vidmode) ; of using vidmode ; You can also controll the monitors individually: ; (current randr nil) ; does this only for the first monitor + ; drm does not exist as an alternative but will be used + ; automatically under ttymode. ; Colour brightness at high day and high night, respectively. ; This setting uses the CIE xyY colour space for calculating values. |