Created
October 31, 2017 16:33
-
-
Save jsburklund/404cb0af3d00b68e4f501803bd60a54e to your computer and use it in GitHub Desktop.
Simple script to enable and disable beep through paplay with Ubuntu
This file contains hidden or 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
| xset b off | |
| pactl remove-sample bell.ogg |
This file contains hidden or 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
| xset b 100 | |
| pactl upload-sample /usr/share/sounds/ubuntu/notifications/Blip.ogg bell.ogg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment