From f7b29241abd76a38c6fab660fcbbd9f0099a1250 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Sun, 3 Feb 2019 17:45:22 +0100 Subject: [PATCH] Redshift config: remove comments --- dotfiles/config.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dotfiles/config.org b/dotfiles/config.org index b73a637..be7c8be 100644 --- a/dotfiles/config.org +++ b/dotfiles/config.org @@ -59,11 +59,10 @@ URxvt.keysym.C-S-v: perl:clipboard:paste * Redshift :PROPERTIES: :header-args: :tangle ~/.config/redshift.conf - :header-args+: :comments both :mkdirp yes + :header-args+: :comments none :mkdirp yes :END: #+begin_src conf - ; Global settings for redshift [redshift] ; Set the day and night screen temperatures temp-day=5700 @@ -82,14 +81,14 @@ URxvt.keysym.C-S-v: perl:clipboard:paste ;brightness-night=0.4 ; Set the screen gamma (for all colors, or each color channel ; individually) - gamma=0.8 + ; gamma=0.8 ;gamma=0.8:0.7:0.8 ; This can also be set individually for day and night since ; version 1.10. ;gamma-day=0.8:0.7:0.8 ;gamma-night=0.6 - ; Set the location-provider: 'geoclue', 'geoclue2', 'manual' + ; Set the location-provider: 'geoclue2', 'manual' ; type 'redshift -l list' to see possible values. ; The location provider settings are in a different section. location-provider=manual