feat(firefox): smooth scroll tridactyl

This commit is contained in:
kenji
2025-12-28 09:23:08 -06:00
parent 8451c0e844
commit cc9df9f425
+3
View File
@@ -14,6 +14,8 @@
]; ];
home.file.".config/tridactyl/tridactylrc".text = '' home.file.".config/tridactyl/tridactylrc".text = ''
set focusbypass true
set smoothscroll true
bind J tabnext bind J tabnext
bind K tabprev bind K tabprev
unbind <C-e> unbind <C-e>
@@ -65,6 +67,7 @@
"widget.use-xdg-desktop-portal.file-picker" = 1; # Use native file picker "widget.use-xdg-desktop-portal.file-picker" = 1; # Use native file picker
# --- UI & Behavior --- # --- UI & Behavior ---
"accessibility.typeaheadfind" = false;
"browser.compactmode.show" = true; "browser.compactmode.show" = true;
"browser.tabs.closeWindowWithLastTab" = false; "browser.tabs.closeWindowWithLastTab" = false;
"extensions.pocket.enabled" = false; "extensions.pocket.enabled" = false;