> 
> If you are interested in an enhancement request, here's a suggestion.
> It would be nice if I could designate an auto-on time but do the
> turning off manually. This would work better for me because I cut the
> lights at all different times. But if notÂ… it's no biggie.
> 

Around line 55 in the Autodisplay.pm file change
#Set client brightness off
$client->brightness(0);

to

#Set client brightness off
#$client->brightness(0);

just comment out the line with a "#" that turns off the brightness. 
This will then allow you to do it manually.


-- 
tgoldstone
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to