Created
July 9, 2019 09:14
-
-
Save ivan-klass/cb3be3ad515787c9e95ae0995df291e2 to your computer and use it in GitHub Desktop.
Ubuntu toggle USB microphone shortcut
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
#!/bin/sh | |
amixer -c 1 sset Mic toggle | grep '\[off\]' && notify-send "❌ MIC switched OFF ❌" || notify-send "🎤 MIC switched ON 🎤" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment