diff options
author | davidovski <david@davidovski.xyz> | 2024-04-04 18:04:16 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2024-04-04 18:04:29 +0100 |
commit | 54c6b0a122cd9a59ed8be0d631ae1f97bab7f6b9 (patch) | |
tree | 88c6263c862ca7b8e56aa0c271cfa766dc85feb0 /config/compfy | |
parent | 51937c18e693e12b51b4a7f4a295bf79fefea8c4 (diff) |
transparent st
Diffstat (limited to 'config/compfy')
-rw-r--r-- | config/compfy/compfy.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/compfy/compfy.conf b/config/compfy/compfy.conf index 00c38a6..b2b508c 100644 --- a/config/compfy/compfy.conf +++ b/config/compfy/compfy.conf @@ -17,7 +17,7 @@ animation-stiffness = 240; # Change the mass of windows # Modifying the mass of windows makes them virtually heavier and therefore slower to animate. -animation-window-mass = 0.5; +animation-window-mass = 1; # Change dampening applied during the animation # This setting basically does what it says. It dampens the animation of windows. @@ -152,11 +152,11 @@ 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.01; +fade-in-step = 0.03; # Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03) # fade-out-step = 0.03 -fade-out-step = 0.01; +fade-out-step = 0.03; # The time between steps in fade step, in milliseconds. (> 0, defaults to 10) fade-delta = 4 |