From a0f4a3d638c02d283e844aaae1aa897f72da2bfb Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 17 Jul 2015 15:28:59 +0200 Subject: [PATCH] Firefox tweak --- .profile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.profile b/.profile index c9db459..09eed9d 100644 --- a/.profile +++ b/.profile @@ -20,3 +20,8 @@ fi if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi + +# Firefox tweak (see http://dammit.nl/p/956 ) +# layers.offmainthreadcomposition.enabled +# layers.acceleration.force-enabled +export MOZ_USE_OMTC=1