Skip to content

Commit

Permalink
ginkgo: props: Add blur
Browse files Browse the repository at this point in the history
also disable it by default
  • Loading branch information
aryaman895 authored and notakbuzz committed Jul 8, 2021
1 parent 16c296c commit 6f64341
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ persist.vendor.btstack.enable.splita2dp=true
ro.bluetooth.library_name=libbluetooth_qti.so
vendor.bluetooth.soc=cherokee

# Blur
ro.sf.blurs_are_expensive=1
ro.surface_flinger.supports_background_blur=1
persist.sys.sf.disable_blurs=1

# Charger
ro.charger.enable_suspend=true

Expand Down

0 comments on commit 6f64341

Please sign in to comment.