Created
October 30, 2019 03:33
-
-
Save pulketo/bb46094bf4a91cf2209a5dceffad2b0f to your computer and use it in GitHub Desktop.
per program volume control from cli terminal
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
sudo apt-get install libpulse-dev ; # ubuntu... | |
git clone https://github.com/rhaas80/pa_volume && cd pa_volume | |
make | |
➜ pa_volume git:(master) ✗ ./pa_volume | |
client: Firefox 85% | |
client: AudioIPC Server 79% | |
client: mpv Media Player 0% | |
➜ pa_volume git:(master) ✗ ./pa_volume Firefox 95% | |
➜ pa_volume git:(master) ✗ ./pa_volume Firefox 75% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment