Skip to content

[feature request] Lock screen #7

Open
@WilliamVenner

Description

@WilliamVenner

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions