• Stars
    star
    132
  • Rank 273,396 (Top 6 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 8 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Set Spotify's WM_NAME before opening the window

spotifywm

Makes spotify more friendly to window managers by settings a class name before opening the window. This allows WMs like i3 to correctly discover the window and fit it into a prepared layout.

Inspired by steamwm.

Installation

$ make

Usage

LD_PRELOAD=/path/to/spotifywm.so /path/to/spotify/binary

Under Arch Linux, do not run the wrapper script in /usr/bin, it will override LD_PRELOAD. Use /usr/share/spotify/spotify instead.