Setting no default IGNORE_DND_APPS with example in comments.

As per the discussion in the pull request.
This commit is contained in:
Raptor399
2021-10-18 16:12:44 +02:00
parent 9e2fa65670
commit cfdb884818

View File

@@ -109,7 +109,9 @@ INTERRUPT_DND="yes"
# - 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"
IGNORE_DND_APPS=""
# example that will ignore browsers when evaluating DND:
# IGNORE_DND_APPS="firefox,Google Chrome,Safari,Microsoft Edge,Opera,Amphetamine,caffeinate"
# NOTE: How labels work