summaryrefslogtreecommitdiffstats
path: root/examples/comprehensive
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-26 12:37:23 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-26 12:37:23 +0200
commit04181e696f73f793046a22acdf64d34dd1099092 (patch)
tree1152471508e746a9999996e602abfc3c9dcaf99b /examples/comprehensive
parentfix makefile error (diff)
downloadblueshift-04181e696f73f793046a22acdf64d34dd1099092.tar.gz
blueshift-04181e696f73f793046a22acdf64d34dd1099092.tar.bz2
blueshift-04181e696f73f793046a22acdf64d34dd1099092.tar.xz
m + add x-window-focus
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/comprehensive')
-rw-r--r--examples/comprehensive6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/comprehensive b/examples/comprehensive
index 14a62b6..be5361f 100644
--- a/examples/comprehensive
+++ b/examples/comprehensive
@@ -91,8 +91,8 @@ download_command = None
# Method for applying colour curves in X.
-#apply_curves_x = randr
-apply_curves_x = vidmode
+apply_curves_x = randr
+#apply_curves_x = vidmode
# Method for applying colour curves in TTY.
apply_curves_tty_ = drm
@@ -173,7 +173,7 @@ weather_modifiers = { 'clear' : 1.00
visibility_max = 4
-# The (zero-based) index of the monitors (CRTC:s) to apply
+# The (zero-based) indices of the monitors (CRTC:s) to apply
# settings to. An empty list means that all monitors are used,
# but all monitors will have the same settings.
monitors = []