Skip to content

Instantly share code, notes, and snippets.

@ictus4u
Last active August 7, 2021 03:17
Show Gist options
  • Save ictus4u/3437a12b94e35b76c1550d3cea042444 to your computer and use it in GitHub Desktop.
Save ictus4u/3437a12b94e35b76c1550d3cea042444 to your computer and use it in GitHub Desktop.
Disable screen-capture sound in Ubuntu 20.04
#!/usr/bin/env bash
sudo mv /usr/share/sounds/freedesktop/stereo/camera-shutter{,-disabled}.oga
sudo mv /usr/share/sounds/freedesktop/stereo/screen-capture{,-disabled}.oga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment