mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
App-Clients: Update informations about spotifywm
* The original repository doesn't work, user should use instead a fork that fixes issues in newer Spotify clients.
This commit is contained in:
parent
cdb9df6e1e
commit
c454eba926
1 changed files with 11 additions and 2 deletions
|
@ -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
|
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.
|
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
|
Some users have also reported [installing spotifywm](https://github.com/amurzeau/spotifywm) has resolved
|
||||||
the issue. Pick your poison.
|
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`](https://github.com/amurzeau/spotifywm)'s fork 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.
|
||||||
|
|
Loading…
Reference in a new issue