aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/spotify
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-18 13:08:35 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-18 13:08:35 -0600
commitec83e3644994294e50dde5ad0b2e9f96921979d6 (patch)
tree27525ade77795450cb71f159da626e16f9f0c067 /spotify
parent0d12ced814d9dca93908038a495b1a06afb92af5 (diff)
fix(spotify): set initial volume to 50
Diffstat (limited to 'spotify')
-rw-r--r--spotify/.config/spotifyd/spotifyd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/spotify/.config/spotifyd/spotifyd.conf b/spotify/.config/spotifyd/spotifyd.conf
index 1b11e8d..850f9bd 100644
--- a/spotify/.config/spotifyd/spotifyd.conf
+++ b/spotify/.config/spotifyd/spotifyd.conf
@@ -5,5 +5,5 @@ backend = "pulseaudio"
cache_path = "/home/tobyv/.cache/spotifyd"
max_cache_size = 1000000000
no_audio_cache = false
-initial_volume = "35"
+initial_volume = "50"
device_type = "computer"