diff options
Diffstat (limited to 'examples/lisp-esque.conf')
-rw-r--r-- | examples/lisp-esque.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf index 30ae4fb..cd9116f 100644 --- a/examples/lisp-esque.conf +++ b/examples/lisp-esque.conf @@ -26,9 +26,10 @@ ; For monitors with output name DVI-0: (monitors :crtc "DVI-0") ; For monitors with output name DVI-0 or VGA-0: (monitors :crtc ("DVI-0" "VGA-0")) ; For monitors with size 364 mm × 291 mm: (monitors :size (364 291)) - ; If you want :crtc or :size to add an exact number of monitors + ; For monitors with EDID xyz: (monitors :edid xyz) + ; If you want :crtc, :size or :edid to add an exact number of monitors ; (non-found will monitors be skipped when it is time to use them) - ; you can use :crtc:n or :size:n, where n is the number of monitors. + ; you can use :crtc:n, :size:n and :edid, where n is the number of monitors. ; Geographical coodinates: latitude longitude (northwards and eastwards in degrees) |