From 2319fcc58f52c55c8155a85fb1659882c0aa2b6a Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 29 Apr 2021 11:26:15 +0200 Subject: [PATCH] changed opacity settings --- .config/picom/picom.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 5692fd3..aadb625 100755 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -131,12 +131,10 @@ shadow-exclude = [ fading = true; # Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028) -# fade-in-step = 0.028 -fade-in-step = 0.03; +fade-in-step = 0.028 # Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03) -# fade-out-step = 0.03 -fade-out-step = 0.03; +fade-out-step = 0.03 # The time between steps in fade step, in milliseconds. (> 0, defaults to 10) # fade-delta = 10 @@ -266,7 +264,7 @@ blur: { # requires: https://github.com/ibhagwan/picom method = "dual_kawase"; #method = "kernel"; - strength = 5; + strength = 3; # deviation = 1.0; # kernel = "11x11gaussian"; background = false;