diff options
author | davidovski <david@davidovski.xyz> | 2021-12-05 13:44:24 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-12-05 13:44:24 +0000 |
commit | bcdb3419af4a28135e2e668cd61b49db72e95796 (patch) | |
tree | 618b5b94a282edce95f48782924fd61460c1ad09 /config/picom | |
parent | d2d7738d65dd7337d0b37801f26d832d46f4fe06 (diff) |
added extra configurations
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; |