Skip to content

Instantly share code, notes, and snippets.

@satreix
Created March 25, 2015 02:29
Show Gist options
  • Save satreix/8350265e2f2972dd3182 to your computer and use it in GitHub Desktop.
Save satreix/8350265e2f2972dd3182 to your computer and use it in GitHub Desktop.
sleep_screen() {
# Mute audio
osascript -e 'set volume output muted true'
#/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend
pmset displaysleepnow
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment