From 9e71502574754b15b3ba860fbfa8c392af99c7a4 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 10 Dec 2023 10:33:37 +0100 Subject: [PATCH] Use example file for spotify config --- .config/spotify/README.md | 4 ++++ .config/spotify/{prefs => prefs.example} | 0 2 files changed, 4 insertions(+) create mode 100644 .config/spotify/README.md rename .config/spotify/{prefs => prefs.example} (100%) diff --git a/.config/spotify/README.md b/.config/spotify/README.md new file mode 100644 index 0000000..1f0704b --- /dev/null +++ b/.config/spotify/README.md @@ -0,0 +1,4 @@ +# Spotify cache size + +The contents of `prefs.example` can be added to the `prefs` file in this +directory to change the cache size to 1GB. diff --git a/.config/spotify/prefs b/.config/spotify/prefs.example similarity index 100% rename from .config/spotify/prefs rename to .config/spotify/prefs.example