Skip to content

Instantly share code, notes, and snippets.

@ntrrgc
ntrrgc / spotify-heisenbug.sh
Created January 27, 2016 18:19
Ugliest hack in quite a time... Fixes the volume control lag in Spotify in the weirdest way you can imagine.
#!/bin/bash
# For some reason, volume control lags in Spotify, but not when pavucontrol is
# executing.
#
# Other volume control apps, like gnome-control-center are not enough, it has
# to be pavucontrol.
#
# This is unfortunate, among other reasons, because pavucontrol uses quite a
# few CPU resources while opened.