Skip to content

Commit

Permalink
Correct the default fine volume dB increment in the sample config.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimian committed Jan 28, 2025
1 parent 972f520 commit a171810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ increment_decibels = 2.0
# The amount that the volume should be increased when using the volume keys and holding shift down
# and using decibels.
# Up to max of 3.0 dB in multiples of 0.25 (i.e.. 0.25, 0.5, 0.75, etc.).
fine_increment_decibels = 0.5
fine_increment_decibels = 1.0

# The maximum volume to send when using decibels.
# Up to max of 6.0 dB.
Expand Down

0 comments on commit a171810

Please sign in to comment.