From 098834c637f8856cd3d58033f35f915d33c52719 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 9 Aug 2021 15:50:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins.zsh b/plugins.zsh index 5aa4be1..94b5b25 100644 --- a/plugins.zsh +++ b/plugins.zsh @@ -19,6 +19,7 @@ if [[ "$DISPLAY" != '' ]] && command -v xdotool > /dev/null 2>&1 && command -v zstyle ':notify:*' expire-time 5000 zstyle ':notify:*' command-complete-timeout 20 zstyle ':notify:*' enable-on-ssh yes + zstyle ':notify:*' always-check-active-window yes fi if command -v peco > /dev/null 2>&1; then zinit load jimeh/zsh-peco-history