Skip to content

Instantly share code, notes, and snippets.

@Wilker
Created October 6, 2017 18:55
Show Gist options
  • Save Wilker/8143a4f1f8455042ed3c479ee4601df9 to your computer and use it in GitHub Desktop.
Save Wilker/8143a4f1f8455042ed3c479ee4601df9 to your computer and use it in GitHub Desktop.
# This script sets the max volume
# pacmd set-sink-volume <sink> <value>
# Replace <sink> with your sink name or sink index as given from:
# `pacmd set-sink-volume 0 99999`
# Set max volume to 153%
pacmd set-sink-volume 0 99999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment