feat(firefox): smooth scroll tridactyl
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user