From 112915116903ae9372f8ff80b93f28e4b116dcd0 Mon Sep 17 00:00:00 2001 From: Dheeraj R Shrivatsa <97652816+Dheeraj3031A@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:42:49 +0530 Subject: [PATCH] Disable Window Blurs for UI smoothness --- system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system.prop b/system.prop index 086bcafd..3495a6a4 100644 --- a/system.prop +++ b/system.prop @@ -214,3 +214,6 @@ persist.sys.wfd.virtual=0 # Higher fling velocities for smooth scrolling and to provide better responsiveness - From HalogenOS Team ro.min.fling_velocity=140 ro.max.fling_velocity=40000 + +#disable_blur +persist.sys.sf.disable_blurs=1