-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add parameter check to make notifications optional
- Loading branch information
JoniVR
committed
May 14, 2018
1 parent
c1a4d82
commit 855795b
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,11 @@ I built this because I have a 13-inch Macbook Pro, when I'm not docked, I don't | |
4. Run the script in the background `nohup ./Intellidock.sh > /dev/null 2>&1&` | ||
5. Optionally set the script to run at startup (see [this link](https://stackoverflow.com/questions/6442364/running-script-upon-login-mac)). | ||
|
||
To receive a notification every time the state changes, run Intellidock with the `-n` parameter. | ||
``` | ||
nohup ./Intellidock.sh -n > /dev/null 2>&1& | ||
```` | ||
## Extra | ||
Something I've always hated about auto-hide on the dock is that there is a delay. | ||
|
@@ -32,4 +37,4 @@ Joni Van Roost, [email protected] | |
Intellidock is available under the MIT license. See the [LICENSE](https://github.com/JoniVR/IntelliDock/blob/master/LICENSE) file for more info. | ||
## More | ||
Feel free to submit a pull request, open an issue or fork this project. Any help is always appreciated. | ||
Feel free to submit a pull request, open an issue or fork this project. Any help is always appreciated. |