Spotify has a free linux client but prohibits re-distribution, so this is a freely distributable opensource program that manages a spotify installation in your home folder from the official spotify release server.
If you work for spotify please reach out so we can talk. 👉👈
spotify-launcher is going to look for a configuration file at the following locations (in this order):
${XDG_CONFIG_HOME:-$HOME/.config}/spotify-launcher.conf
/etc/spotify-launcher.conf
If no config is found it's going to start with default settings. Your configuration file may look like this:
```toml [spotify]
spotify-launcher -v --skip-update --no-exec
```
GPLv3+