-
Notifications
You must be signed in to change notification settings - Fork 7
[feature request] Lock screen #7
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
And finally, it would be cool if we could lock the computer as well 🔒
macOS implementation
extern void SACLockScreenImmediate();
int main() {
SACLockScreenImmediate();
return 0;
}clang -F /System/Library/PrivateFrameworks -framework login -o lockscreen lockscreen.c
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request