Created
June 5, 2012 08:28
-
-
Save eidantoei/2873634 to your computer and use it in GitHub Desktop.
Quick mute Thunderbird notification sound
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
alias thunderbird-sound-off='cp -p ~/Music/silent.wav ~/Music/thunderbird_notify.wav' | |
alias thunderbird-sound-on='cp -p ~/Music/win95.wav ~/Music/thunderbird_notify.wav' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment