From 3e57916a3f2d20ff27d2f846d6d4417a8ed4e19f Mon Sep 17 00:00:00 2001 From: mikl Date: Sat, 4 Jul 2026 01:03:53 +0300 Subject: [PATCH] system: disable system sound effects (screenshots, volume feedback) --- hosts/poppy/system.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/poppy/system.nix b/hosts/poppy/system.nix index f2160ac..6e410b7 100644 --- a/hosts/poppy/system.nix +++ b/hosts/poppy/system.nix @@ -9,6 +9,12 @@ }; 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" = { AppleEnabledInputSources = [ {