Append to previous

This commit is contained in:
John Mertz 2024-01-21 19:49:13 -07:00
parent 1fff8e80bf
commit efda727106
1 changed files with 1 additions and 0 deletions

View File

@ -414,6 +414,7 @@ foreach my $out (keys %$on) {
{
$cmd .= " mode $on->{$out}->{width}x" .
"$on->{$out}->{height}" .
(defined($on->{$out}->{refresh}) ? '@'.$on->{$out}->{refresh}.'Hz' : '');
}
if (defined $on->{$out}->{bg} &&
-f $on->{$out}->{bg})