Настройки времени для уведомлений

This commit is contained in:
Andrei Astafev 2020-04-05 14:57:36 +03:00
parent 6c98fb13c3
commit e2170afdba

View File

@ -9,6 +9,8 @@ antibody bundle zsh-users/zsh-completions
antibody bundle rupa/z
if [[ "$DISPLAY" != '' ]] && command -v xdotool > /dev/null 2>&1 && command -v wmctrl > /dev/null 2>&1; then
antibody bundle marzocchi/zsh-notify
zstyle ':notify:*' expire-time 6000
zstyle ':notify:*' command-complete-timeout 20
fi
if command -v peco > /dev/null 2>&1; then
antibody bundle jimeh/zsh-peco-history