mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
firefox: remove some animations
This commit is contained in:
parent
5557622cfb
commit
864fd73bf9
1 changed files with 3 additions and 0 deletions
|
@ -33,3 +33,6 @@ user_pref("browser.ctrlTab.recentlyUsedOrder", false);
|
||||||
// Don't display fullscreen warning
|
// Don't display fullscreen warning
|
||||||
user_pref("full-screen-api.warning.timeout", 0);
|
user_pref("full-screen-api.warning.timeout", 0);
|
||||||
user_pref("full-screen-api.transition.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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue