mirror of
https://github.com/philippdieter/zsh-auto-notify.git
synced 2025-10-13 20:10:00 +00:00
Further increase threshold to 10 seconds
This commit is contained in:
parent
41117d1b45
commit
b46cc8a368
@ -6,8 +6,8 @@ AUTO_COMMAND=""
|
|||||||
AUTO_COMMAND_FULL=""
|
AUTO_COMMAND_FULL=""
|
||||||
# Command start time in seconds since epoch
|
# Command start time in seconds since epoch
|
||||||
AUTO_COMMAND_START=0
|
AUTO_COMMAND_START=0
|
||||||
# Threshold for when to automatically show a notification
|
# Threshold in seconds for when to automatically show a notification
|
||||||
export AUTO_NOTIFY_THRESHOLD=5
|
export AUTO_NOTIFY_THRESHOLD=10
|
||||||
# List of commands/programs to ignore sending notifications for
|
# List of commands/programs to ignore sending notifications for
|
||||||
export AUTO_NOTIFY_IGNORE=(
|
export AUTO_NOTIFY_IGNORE=(
|
||||||
"vim" "nvim" "emacs" "less" "more" "man" "tig" "watch" "git commit"
|
"vim" "nvim" "emacs" "less" "more" "man" "tig" "watch" "git commit"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user