Skip to content

Instantly share code, notes, and snippets.

@tomasruud
Last active July 5, 2023 15:26
Show Gist options
  • Save tomasruud/2e6c2603df8033e87839ad7e6e5d629d to your computer and use it in GitHub Desktop.
Save tomasruud/2e6c2603df8033e87839ad7e6e5d629d to your computer and use it in GitHub Desktop.
Fixing Spotify stuck in full screen on Linux

For apt version:

sed -i '/app.window/d' $HOME/.config/spotify/prefs

For Snap version:

sed -i '/app.window/d' $HOME/snap/spotify/current/.config/spotify/prefs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment