Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```