This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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. |