diff options
Diffstat (limited to 'config/picom')
-rw-r--r-- | config/picom/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/picom/picom.conf b/config/picom/picom.conf index ec5392b..f2cfbca 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -253,7 +253,7 @@ opacity-rule = [ blur: { # requires: https://github.com/ibhagwan/picom - method = "kawase"; + method = "none"; #method = "kernel"; strength = 0; # deviation = 1.0; |