Skip to content

Instantly share code, notes, and snippets.

@hugomaiavieira
Created November 21, 2016 17:10
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 hugomaiavieira/7ce5f6335b06f5dae5e24ee0697c64b0 to your computer and use it in GitHub Desktop.
Save hugomaiavieira/7ce5f6335b06f5dae5e24ee0697c64b0 to your computer and use it in GitHub Desktop.
Command to toggle microphone (mute) on linux
# Add this to a custom keyboard shortcut (recommended the pause/break)
amixer set Capture toggle
# reference: http://askubuntu.com/a/13364
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment