Merge pull request #2 from 0x4nt/main

App-Clients: Update informations about `spotifywm`
This commit is contained in:
NotAShelf 2022-10-20 22:22:22 +03:00 committed by GitHub
commit 9f6637af27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,5 +17,14 @@ to windowrules. An alternative to Spotify's GUI client is
with a custom class. While limited in functionality, it is quite powerful and could be
preferred over the GUI client if windowrules are a dealbreaker for you.
Some users have also reported [installing spotifywm](https://github.com/dasJ/spotifywm/) has resolved
the issue. Pick your poison.
Some users have also reported [installing spotifywm](https://github.com/amurzeau/spotifywm) has resolved
the issue. The original repository by [`dasJ`](https://github.com/dasJ/spotifywm) is no longer working because of some changes made in the newer
Spotify version, and until the pull request gets merged, [`amurzeau's fork`](https://github.com/amurzeau/spotifywm) does the job.
After following the installation paragraph on the README, start Spotify with:
```bash
LD_PRELOADER=/path/to/spotifywm.so spotify
```
The path **MUST** be the absolute one. If it's not, the hack will not work.
Pick your poison.