lock-screen-app
lock-screen-app copied to clipboard
Doesn't work if display is sleeping
Thank you for this simple app! It's fantastic. I've run into what I hope is a simple issue: It doesn't work if the display is sleeping.
Try this in Applescript, and you'll see what I mean:
do shell script "pmset displaysleepnow"
delay 10
run application "Lock Screen"
The screen doesn't lock.