Officialsystem
Lock Screen
Lock your Mac instantly using the system shortcut.
Adds 1 command: 'Lock Screen'
Recipe TOML
[[commands]]
description = "Lock Screen"
action = "osascript -e 'tell application \"System Events\" to keystroke \"q\" using {command down, control down}'"
icon = "lock"
type = "action"
context = "main"
main = true