This commit is contained in:
Miko 2024-02-11 16:46:09 -07:00 committed by GitHub
commit 445a7b63fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 1 deletions

View file

@ -162,6 +162,15 @@ then all the values in ``AUTO_NOTIFY_IGNORE`` are not used.
export AUTO_NOTIFY_WHITELIST=("apt-get" "docker")
**Ignoring Window Check**
By default the notification only shows if the active window is not the same as the the one that the command was run
in when the command finishes. If you wish to skip window checking, set ``AUTO_NOTIFY_IGNORE_WINDOW_CHECK``.
::
export AUTO_NOTIFY_IGNORE_WINDOW_CHECK=true
Temporarily Disabling Notifications
-----------------------------------