From 54c6b0a122cd9a59ed8be0d631ae1f97bab7f6b9 Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
Date: Thu, 4 Apr 2024 18:04:16 +0100
Subject: transparent st

---
 config/compfy/compfy.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'config/compfy')

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
-- 
cgit v1.2.1