Index: Plugins/Snow.pm =================================================================== --- Plugins/Snow.pm (revision 10751) +++ Plugins/Snow.pm (working copy) @@ -441,6 +441,7 @@ sub setScreensaverSnowMode { my $client = shift; $client->modeParam('modeUpdateInterval', 0.25); + $client->lines(\&screensaverSnowlines); #$snow{$client}->{wasDoubleSize} = $client->textSize; @@ -502,6 +503,9 @@ if($style == 6) { $style = 4; # Just snow $words = 2; # With words + + # turn off vis to display words + $client->modeParam('visu', [0]); } if($style == 1 || $style == 2) {