Skip to content

Instantly share code, notes, and snippets.

@nothub
Last active December 26, 2021 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nothub/4bc3e47ede4e401113933018d69ac755 to your computer and use it in GitHub Desktop.
Save nothub/4bc3e47ede4e401113933018d69ac755 to your computer and use it in GitHub Desktop.
disable ubuntu sound application automute
#!/usr/bin/env bash
sudo sed -e '/load-module module-role-cork/ s/^#*/#/' -i /etc/pulse/default.pa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment