Skip to content

Instantly share code, notes, and snippets.

@sergiosvieira
Created March 15, 2021 13:25
Show Gist options
  • Save sergiosvieira/34dbb089e1a8c2cac516fc5e2cb7885a to your computer and use it in GitHub Desktop.
Save sergiosvieira/34dbb089e1a8c2cac516fc5e2cb7885a to your computer and use it in GitHub Desktop.
set volume above 100% on linux
#!\bin\bash
pactl -- set-sink-volume 0 +50%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment