This may be a misunderstanding on my part of how the tool works in general.
I assume it's something like (simplified):
DND running on Mac
DND detects laptop close event
DND alerts iPhone
User decision
Repeat
Now for me, I often leave my mac running but lock the screen before I walk away (control-command-q). Again, I could be totally wrong on the flow of DND, but what if it could detect laptop close and laptop lock/screensaver. I'm no Apple developer, but Apple has the "CGSessionCopyCurrentDictionary" API that gives access to computer lock status. Then it could be like:
DND running on Mac
DND detects laptop close event OR lock OR screensaver
DND alerts iPhone
User decision
Repeat
I'll clone the repo and start looking myself, but I just think this would be a nice feature. Thanks!
This may be a misunderstanding on my part of how the tool works in general. I assume it's something like (simplified):
Now for me, I often leave my mac running but lock the screen before I walk away (control-command-q). Again, I could be totally wrong on the flow of DND, but what if it could detect laptop close and laptop lock/screensaver. I'm no Apple developer, but Apple has the "CGSessionCopyCurrentDictionary" API that gives access to computer lock status. Then it could be like:
I'll clone the repo and start looking myself, but I just think this would be a nice feature. Thanks!