From a091c15045c9c97dd7209a1c4249e1bbebb02c6a Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Wed, 22 Jun 2022 15:45:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D0=B0=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=83=D0=B2=D0=B5=D0=B4=D0=BE=D0=BC=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 48-plugins.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/48-plugins.zsh b/48-plugins.zsh index 488e1b0..3601802 100644 --- a/48-plugins.zsh +++ b/48-plugins.zsh @@ -8,7 +8,7 @@ export ZSHZ_CASE=smart export ZSHZ_DATA="${ZSH_CACHE_DIR}/z" zcomet load agkozak/zsh-z -if [[ "$DISPLAY" != '' ]] && command -v xdotool > /dev/null 2>&1 && command -v wmctrl > /dev/null 2>&1; then +if [[ "$(id -u)" != "0" ]] && [[ "$DISPLAY" != '' ]]; then zstyle ':notify:*' expire-time 5000 zstyle ':notify:*' command-complete-timeout 20 zstyle ':notify:*' enable-on-ssh yes