Redshift config: remove comments
This commit is contained in:
parent
6c6401c140
commit
f7b29241ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user