mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium/firefox: better scroll config
This commit is contained in:
parent
6fa4252e6a
commit
cd9c3abef2
2 changed files with 3 additions and 1 deletions
|
|
@ -129,6 +129,9 @@ in {
|
|||
'';
|
||||
settings = {
|
||||
"layout.css.has-selector.enabled" = true;
|
||||
|
||||
"apz.gtk.kinetic_scroll.enabled" = true; # vanadium has a trackpad
|
||||
"apz.fling_friction" = 0.003; # originally 0.002
|
||||
};
|
||||
extensions.packages = let
|
||||
addons = nur.repos.rycee.firefox-addons;
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ in {
|
|||
"browser.tabs.loadInBackground" = true;
|
||||
"browser.ctrlTab.sortByRecentlyUsed" = false;
|
||||
"layout.css.devPixelsPerPx" = 1.1;
|
||||
"apz.gtk.kinetic_scroll.enabled" = false; # disable trackpad inertia
|
||||
"full-screen-api.ignore-widgets" = true; # limit fullscreen mode to window
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue