https://github.com/aars/screensaver-password-toggle
Toggle screensaver password for osx
https://github.com/aars/screensaver-password-toggle
Last synced: about 1 year ago
JSON representation
Toggle screensaver password for osx
- Host: GitHub
- URL: https://github.com/aars/screensaver-password-toggle
- Owner: aars
- Created: 2015-07-28T10:29:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T11:31:26.000Z (almost 11 years ago)
- Last Synced: 2025-04-05T00:17:08.830Z (about 1 year ago)
- Language: Shell
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# screensaver-password-toggle
Toggle screensaver password for osx
Use in combination with sleepwatcher (`brew install sleepwatcher`) to automatically enable/disable password lock when machines wakes in untrusted/trusted environment. Determined by connected SSID and optional BSSID (mac address) of SSID.
See example `sleepwatcher-scripts/wakeup` for usage with sleepwatcher.
# Trusted SSIDs and BSSIDs
Add your trusted SSIDs to `.ssid.trusted`.
One SSID per line. BSSID optional.
Examples:
```
MyHomeNetwork
MyOfficeNetwork (0a:1b:2c:3f:44:5c)
```