system: disable system sound effects (screenshots, volume feedback)
This commit is contained in:
parent
2b5dce5727
commit
3e57916a3f
1 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
CustomUserPreferences = {
|
CustomUserPreferences = {
|
||||||
|
# Disable system sound effects (screenshots, etc.)
|
||||||
|
"com.apple.systemsound" = {
|
||||||
|
"com.apple.sound.beep.feedback" = 0; # No feedback sound when changing volume
|
||||||
|
"com.apple.sound.uiaudio.enabled" = 0; # Disable UI sounds (screenshots, etc.)
|
||||||
|
};
|
||||||
|
|
||||||
"com.apple.HIToolbox" = {
|
"com.apple.HIToolbox" = {
|
||||||
AppleEnabledInputSources = [
|
AppleEnabledInputSources = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue