mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
transparent st
This commit is contained in:
parent
51937c18e6
commit
54c6b0a122
14 changed files with 193 additions and 1083 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue