From 2f0691df0e7ac0eb7fdd84b7d21ce815aa2cd71e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 10 May 2023 02:53:47 +0200 Subject: [PATCH] Add overscroll on linux --- .mozilla/firefox/user-arch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.mozilla/firefox/user-arch.js b/.mozilla/firefox/user-arch.js index 314da61..821a64a 100644 --- a/.mozilla/firefox/user-arch.js +++ b/.mozilla/firefox/user-arch.js @@ -1,2 +1,3 @@ user_pref("gfx.webrender.all", true); // Composition => WebRender (hardware) user_pref("media.ffmpeg.vaapi.enabled", true); // VA-API (hardware acceleration) +user_pref("apz.overscroll.enabled", true); // Animation quand on scroll trop vers le haut/bas