diff options
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 = [] |