diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-09-15 18:42:55 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-09-15 18:42:55 +0200 |
commit | 7f7bd84a907f2be62760ca7827ec236b3be01d24 (patch) | |
tree | 6b1d2a8f9bcf1a229c31d4535f98919a28867ffd /.config/picom.conf | |
parent | 1fdeeb0938e9be85ea95a0aa5599e8bd487ec36c (diff) |
update
Diffstat (limited to '.config/picom.conf')
-rw-r--r-- | .config/picom.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index d1061f9..77d80e7 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -10,10 +10,10 @@ shadow-opacity = 0.3; shadow-offset-y = -48; shadow-offset-x = -48; -detect-rounded-corners = true; -detect-client-opacity = true; -detect-transient = true; -detect-client-leader = true; +# detect-rounded-corners = true; +# detect-client-opacity = true; +# detect-transient = true; +# detect-client-leader = true; blur-kern = "3x3box"; blur-method = "kawase"; |