mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
fix: disable firefox search bell
This commit is contained in:
parent
6ae287ff47
commit
e3372342e3
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ in {
|
||||||
"browser.tabs.crashReporting.sendReport" = false;
|
"browser.tabs.crashReporting.sendReport" = false;
|
||||||
# Allow userCrome.css
|
# Allow userCrome.css
|
||||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||||
|
# Why the fuck can my search window make bell sounds
|
||||||
|
"accessibility.typeaheadfind.enablesound" = false;
|
||||||
|
|
||||||
# Hardware acceleration
|
# Hardware acceleration
|
||||||
# See https://github.com/elFarto/nvidia-vaapi-driver?tab=readme-ov-file#firefox
|
# See https://github.com/elFarto/nvidia-vaapi-driver?tab=readme-ov-file#firefox
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue