From e3372342e39e013e098e9142f8570ff60b91b144 Mon Sep 17 00:00:00 2001 From: oddlama Date: Wed, 20 Sep 2023 15:51:52 +0200 Subject: [PATCH] fix: disable firefox search bell --- users/myuser/graphical/firefox.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/myuser/graphical/firefox.nix b/users/myuser/graphical/firefox.nix index f07fc33..160ac5e 100644 --- a/users/myuser/graphical/firefox.nix +++ b/users/myuser/graphical/firefox.nix @@ -72,6 +72,8 @@ in { "browser.tabs.crashReporting.sendReport" = false; # Allow userCrome.css "toolkit.legacyUserProfileCustomizations.stylesheets" = true; + # Why the fuck can my search window make bell sounds + "accessibility.typeaheadfind.enablesound" = false; # Hardware acceleration # See https://github.com/elFarto/nvidia-vaapi-driver?tab=readme-ov-file#firefox