diff options
author | Celeste <colean@colean.cc> | 2022-03-10 20:21:19 +0000 |
---|---|---|
committer | Celeste <colean@colean.cc> | 2022-03-10 20:21:19 +0000 |
commit | 5459b1f727329f8f93ee20670f0f2f845d761972 (patch) | |
tree | c8546193a834b508ade30b77101b011bdc335ebc | |
parent | a2f8ab9756ae07a4763b36fd6be684270a7d66ac (diff) |
update picom config
-rw-r--r-- | .config/picom/picom.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index b65fb46..9af1cba 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -88,24 +88,24 @@ shadow-exclude = [ # Fade windows in/out when opening/closing and when opacity changes, # unless no-fading-openclose is used. # fading = false -fading = true; +fading = false; # Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028) # fade-in-step = 0.028 -fade-in-step = 0.2; +fade-in-step = 0.04; # Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03) # fade-out-step = 0.03 -fade-out-step = 0.2; +fade-out-step = 0.03; # The time between steps in fade step, in milliseconds. (> 0, defaults to 10) -fade-delta = 20; +fade-delta = 10; # Specify a list of conditions of windows that should not be faded. # fade-exclude = [] # Do not fade on window open/close. -# no-fading-openclose = false +no-fading-openclose = false # Do not fade destroyed ARGB windows with WM frame. Workaround of bugs in Openbox, Fluxbox, etc. # no-fading-destroyed-argb = false |