Less agressive night mode & mouse acceleration (desk)
parent
359ba4722d
commit
e738fc7b13
|
@ -203,6 +203,9 @@ exec --no-startup-id jack-matchmaker -p ~/.config/jack-matchmaker/patterns
|
||||||
|
|
||||||
exec thunderbird
|
exec thunderbird
|
||||||
|
|
||||||
|
# Set mouse acceleration
|
||||||
|
xinput set-prop 'pointer:Razer Razer DeathAdder Chroma' --type=float 'libinput Accel Speed' -.4
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
# Selection, highlight, jpeg 9/10 quality, 5px selection border, hide cursor
|
# Selection, highlight, jpeg 9/10 quality, 5px selection border, hide cursor
|
||||||
# Save to file
|
# Save to file
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
[redshift]
|
[redshift]
|
||||||
temp-day=6500
|
temp-day=6500
|
||||||
temp-night=4500
|
temp-night=5000
|
||||||
|
|
||||||
; Smooth
|
; Smooth
|
||||||
transition=1
|
transition=1
|
||||||
|
|
||||||
; Brightness change between day and night
|
; Brightness change between day and night
|
||||||
brightness-day=1.0
|
brightness-day=1.0
|
||||||
brightness-night=0.8
|
brightness-night=0.9
|
||||||
|
|
||||||
; Do not change Gamma correction at day, but compensate luminance loss at night
|
; Do not change Gamma correction at day, but compensate luminance loss at night
|
||||||
gamma-day=1.0
|
gamma-day=1.0
|
||||||
|
|
Loading…
Reference in New Issue