Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markshust/zoom-dnd
Enable DND if Zoom software is running, disable DND upon closing it.
https://github.com/markshust/zoom-dnd
Last synced: about 2 months ago
JSON representation
Enable DND if Zoom software is running, disable DND upon closing it.
- Host: GitHub
- URL: https://github.com/markshust/zoom-dnd
- Owner: markshust
- License: mit
- Created: 2018-09-20T15:18:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T15:30:17.000Z (over 6 years ago)
- Last Synced: 2024-05-02T00:48:56.708Z (8 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zoom-dnd
## Description
Detect if the Zoom videoconferencing software is running. If it is, enable Do Not Disturb (DND).
Once Zoom closes, it'll automatically disable DND.
## Usage
Run one time:
```
npx zoom-dnd
```You can also set this up to run on boot by opening up crontab:
```
crontab -e
```then adding this line:
```
@reboot npx zoom-dnd
```