Variable names like `SOUND` etc are quite common to be accidentally set up/conflict with some other tools. Recommend prefixing with `NOTIFY_` for ease. Example: `NOTIFY_SOUND`, `NOTIFY_MIN_INTERVAL` etc.
Variable names like
SOUNDetc are quite common to be accidentally set up/conflict with some other tools. Recommend prefixing withNOTIFY_for ease.Example:
NOTIFY_SOUND,NOTIFY_MIN_INTERVALetc.