Redshift config: remove comments

This commit is contained in:
Thomas Dehaeze 2019-02-03 17:45:22 +01:00
parent 6c6401c140
commit f7b29241ab

View File

@ -59,11 +59,10 @@ URxvt.keysym.C-S-v: perl:clipboard:paste
* Redshift * Redshift
:PROPERTIES: :PROPERTIES:
:header-args: :tangle ~/.config/redshift.conf :header-args: :tangle ~/.config/redshift.conf
:header-args+: :comments both :mkdirp yes :header-args+: :comments none :mkdirp yes
:END: :END:
#+begin_src conf #+begin_src conf
; Global settings for redshift
[redshift] [redshift]
; Set the day and night screen temperatures ; Set the day and night screen temperatures
temp-day=5700 temp-day=5700
@ -82,14 +81,14 @@ URxvt.keysym.C-S-v: perl:clipboard:paste
;brightness-night=0.4 ;brightness-night=0.4
; Set the screen gamma (for all colors, or each color channel ; Set the screen gamma (for all colors, or each color channel
; individually) ; individually)
gamma=0.8 ; gamma=0.8
;gamma=0.8:0.7:0.8 ;gamma=0.8:0.7:0.8
; This can also be set individually for day and night since ; This can also be set individually for day and night since
; version 1.10. ; version 1.10.
;gamma-day=0.8:0.7:0.8 ;gamma-day=0.8:0.7:0.8
;gamma-night=0.6 ;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. ; type 'redshift -l list' to see possible values.
; The location provider settings are in a different section. ; The location provider settings are in a different section.
location-provider=manual location-provider=manual