Added option to not interrupt Do Not Disturb full screen apps like KeyNote or Zoom

This commit is contained in:
Raptor399
2021-10-12 12:14:29 +02:00
parent 4b53da0fb7
commit 9e2fa65670
4 changed files with 44 additions and 0 deletions

View File

@@ -102,6 +102,16 @@ REOPEN="yes"
# - no App not reopened
# Interrupt Do Not Disturb (DND) full screen apps
INTERRUPT_DND="yes"
# options:
# - yes Script will run without checking for DND full screen apps.
# - no Script will exit when an active DND full screen app is detected.
# Comma separated list of app names to ignore when evaluating DND
IGNORE_DND_APPS="firefox,Google Chrome,Safari,Microsoft Edge,Opera,Amphetamine,caffeinate"
# NOTE: How labels work
# Each workflow label needs to be listed in the case statement below.