summaryrefslogtreecommitdiffstats
path: root/examples/lisp-esque.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lisp-esque.conf')
-rw-r--r--examples/lisp-esque.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf
index 3a65c3b..c01498c 100644
--- a/examples/lisp-esque.conf
+++ b/examples/lisp-esque.conf
@@ -26,6 +26,9 @@
; 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
+ ; (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.
; Geographical coodinates: latitude longitude (northwards and eastwards in degrees)
@@ -212,8 +215,9 @@
; blue respectively. Because it is only one argument it
; applies all day long as well.
#(resolution:output (:eval (o_size o_size o_size))) ### -- ADVANCED LEVEL --
- ; This is evaluated into:
+ ; This is evaluated into any of:
; (resolution:output (65536 65536 65536))
+ ; (resolution:output (eval o_size o_size o_size))
; 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: