Last active
August 7, 2021 03:17
-
-
Save ictus4u/3437a12b94e35b76c1550d3cea042444 to your computer and use it in GitHub Desktop.
Disable screen-capture sound in Ubuntu 20.04
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
#!/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