disable firefox bell sound on ctrl+f search

This commit is contained in:
xunuwu 2025-04-21 00:39:13 +02:00
parent 43b854b82e
commit 327f7e730f
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -72,6 +72,8 @@
"browser.newtab.url" = "about:blank"; "browser.newtab.url" = "about:blank";
"general.autoScroll" = true; # mmb scroll mode "general.autoScroll" = true; # mmb scroll mode
"accessibility.typeaheadfind.enablesound" = false; # disable system bell when using ctrl+f
"browser.newtabpage.enhanced" = false; "browser.newtabpage.enhanced" = false;
"browser.newtabpage.introShown" = true; "browser.newtabpage.introShown" = true;
"browser.newtab.preload" = false; "browser.newtab.preload" = false;