Skip to content

Instantly share code, notes, and snippets.

@pulketo
Created October 30, 2019 03:33
Show Gist options
  • Save pulketo/bb46094bf4a91cf2209a5dceffad2b0f to your computer and use it in GitHub Desktop.
Save pulketo/bb46094bf4a91cf2209a5dceffad2b0f to your computer and use it in GitHub Desktop.
per program volume control from cli terminal
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