Append to previous
This commit is contained in:
parent
1fff8e80bf
commit
efda727106
|
@ -414,6 +414,7 @@ foreach my $out (keys %$on) {
|
||||||
{
|
{
|
||||||
$cmd .= " mode $on->{$out}->{width}x" .
|
$cmd .= " mode $on->{$out}->{width}x" .
|
||||||
"$on->{$out}->{height}" .
|
"$on->{$out}->{height}" .
|
||||||
|
(defined($on->{$out}->{refresh}) ? '@'.$on->{$out}->{refresh}.'Hz' : '');
|
||||||
}
|
}
|
||||||
if (defined $on->{$out}->{bg} &&
|
if (defined $on->{$out}->{bg} &&
|
||||||
-f $on->{$out}->{bg})
|
-f $on->{$out}->{bg})
|
||||||
|
|
Loading…
Reference in New Issue