Created
November 21, 2016 17:10
-
-
Save hugomaiavieira/7ce5f6335b06f5dae5e24ee0697c64b0 to your computer and use it in GitHub Desktop.
Command to toggle microphone (mute) on linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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