Skip to content

Instantly share code, notes, and snippets.

@jsburklund
Created October 31, 2017 16:33
Show Gist options
  • Select an option

  • Save jsburklund/404cb0af3d00b68e4f501803bd60a54e to your computer and use it in GitHub Desktop.

Select an option

Save jsburklund/404cb0af3d00b68e4f501803bd60a54e to your computer and use it in GitHub Desktop.
Simple script to enable and disable beep through paplay with Ubuntu
xset b off
pactl remove-sample bell.ogg
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