diff --git a/apps/firefox/home.nix b/apps/firefox/home.nix index 7d5027a..a7dc98d 100644 --- a/apps/firefox/home.nix +++ b/apps/firefox/home.nix @@ -14,6 +14,8 @@ ]; home.file.".config/tridactyl/tridactylrc".text = '' + set focusbypass true + set smoothscroll true bind J tabnext bind K tabprev unbind @@ -65,6 +67,7 @@ "widget.use-xdg-desktop-portal.file-picker" = 1; # Use native file picker # --- UI & Behavior --- + "accessibility.typeaheadfind" = false; "browser.compactmode.show" = true; "browser.tabs.closeWindowWithLastTab" = false; "extensions.pocket.enabled" = false;