firefox: use pixel delta mode for gestures
This commit is contained in:
parent
319d651b87
commit
8e5c55b4b5
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ with lib; {
|
||||||
{
|
{
|
||||||
"accessibility.browsewithcaret" = false;
|
"accessibility.browsewithcaret" = false;
|
||||||
"accessibility.typeaheadfind" = false;
|
"accessibility.typeaheadfind" = false;
|
||||||
"apz.gtk.pangesture.page_delta_mode_multiplier" = 0.25; # Touchpad scroll speed
|
"apz.gtk.pangesture.delta_mode" = 2; # pixel
|
||||||
|
"apz.gtk.pangesture.pixel_delta_mode_multiplier" = 30.0; # Touchpad scroll speed
|
||||||
"browser.aboutConfig.showWarning" = false;
|
"browser.aboutConfig.showWarning" = false;
|
||||||
"browser.bookmarks.restore_default_bookmarks" = false;
|
"browser.bookmarks.restore_default_bookmarks" = false;
|
||||||
"browser.contentblocking.category" = "standard";
|
"browser.contentblocking.category" = "standard";
|
||||||
|
|
Loading…
Add table
Reference in a new issue