diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2021-11-13 17:31:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-13 17:31:48 +0530 |
commit | 60bdf790d56a20d2c1930ef603183d40cbd6c31a (patch) | |
tree | 51197aa5dd35ad140fffc5d14f34b1f844246408 | |
parent | 61de6d6f7f9b87902382e0cb1c07e5678d0781b5 (diff) |
Update picom.conf
-rw-r--r-- | .config/picom/picom.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index f5bf5ac..44c7ed3 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -83,8 +83,8 @@ fade-in-step = 0.01; # fade-out-step = 0.03 fade-out-step = 0.01; -# The time between steps in fade step, in milliseconds. (> 0, defaults to 10) -# fade-delta = 10 +#The time between steps in fade step, in milliseconds. (> 0, defaults to 10) +fade-delta = 2 # Specify a list of conditions of windows that should not be faded. # fade-exclude = [] @@ -135,7 +135,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # opacity-rule = [ "99:class_g = 'St' && focused", - "80:class_g = 'St' && !focused" + "85:class_g = 'St' && !focused" ]; ################################# |