dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit 1159a05a6fc801b7243ab9449bc39ccdc219ca4f
parent a103ee6382d4651ee84521ffc29983a0bb54b84c
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sat, 24 May 2025 13:08:59 +0900

disable find in page beep

Diffstat:
Mfirefox/user.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/firefox/user.js b/firefox/user.js @@ -1,3 +1,4 @@ +user_pref("accessibility.typeaheadfind.enablesound", false); user_pref("accessibility.typeaheadfind.flashBar", 0); user_pref("app.normandy.first_run", false); user_pref("browser.aboutConfig.showWarning", false);