Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacksongl/maclockscreen
Macbook lock screen without disconnect from Wi-Fi
https://github.com/jacksongl/maclockscreen
Last synced: 13 days ago
JSON representation
Macbook lock screen without disconnect from Wi-Fi
- Host: GitHub
- URL: https://github.com/jacksongl/maclockscreen
- Owner: JacksonGL
- Created: 2016-01-12T23:28:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T09:26:20.000Z (almost 9 years ago)
- Last Synced: 2024-10-26T00:07:50.395Z (2 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MacLockScreen
Macbook lock screen without disconnecting Wi-FiIntroduction
----------------------
A Simple tool that locks screen without disconnecting the Wi-Fi on Macbook.For earlier version of Mac the following command works (more details about this solution, can be found [here](http://apple.stackexchange.com/questions/71884/wi-fi-disconnects-when-i-lock-the-mac)):
```
cd /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources
sudo ./airport en1 prefs DisconnectOnLogout=NO
```
The above solution sometimes does not work on new version of Macbook. The alternative is this tool if you are bothered by reconnecting Wi-Fi every time after locking the screen.Requirements
----------------------
This small tool is only useful on Macbook.Install MacLockScreen
----------------------
Use the following command to install This software:
```
chmod 755 ls.sh
sudo cp ls.sh /opt/local/bin
```Use MacLockScreen
-----------------
To lock the screen of your Mac without disconnecting the Wi-Fi, type the following command in terminal:
```
ls.sh
```