From 864fd73bf9b24e23e6bd0a799b73625f64fb5c6a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 24 Jan 2020 07:41:36 +0100 Subject: [PATCH] firefox: remove some animations --- firefox.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firefox.js b/firefox.js index 4ba10d4..1467f2d 100644 --- a/firefox.js +++ b/firefox.js @@ -33,3 +33,6 @@ user_pref("browser.ctrlTab.recentlyUsedOrder", false); // Don't display fullscreen warning user_pref("full-screen-api.warning.timeout", 0); user_pref("full-screen-api.transition.timeout", 0); + +// Remove some annoying animations (notably when going full screen) +user_pref("toolkit.cosmeticAnimations.enabled", false);