diff options
-rwxr-xr-x | src/__main__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/__main__.py b/src/__main__.py index 6a58054..2c95a34 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -92,12 +92,12 @@ fadeout_time = 2 :float? The number of seconds used to fade out on exit, `None` for no fading ''' -fadein_steps = 10 +fadein_steps = 40 ''' :int The number of steps in the fade in phase, if any ''' -fadeout_steps = 10 +fadeout_steps = 40 ''' :int The number of steps in the fade out phase, if any ''' |