diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-26 12:37:23 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-26 12:37:23 +0200 |
commit | 04181e696f73f793046a22acdf64d34dd1099092 (patch) | |
tree | 1152471508e746a9999996e602abfc3c9dcaf99b /examples/comprehensive | |
parent | fix makefile error (diff) | |
download | blueshift-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/comprehensive | 6 |
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 = [] |