From 9bc10ed984baa937d6a65ea14161b99690e9d705 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Fri, 28 Sep 2018 16:03:11 +0200 Subject: [PATCH] alacritty support --- snippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippy b/snippy index 3501d66..bfd8781 100755 --- a/snippy +++ b/snippy @@ -68,7 +68,7 @@ bashdown(){ is_gui(){ name="$(xprop -id "$(xdotool getwindowfocus)" WM_CLASS | cut -d'"' -f2 | tr '[:upper:]' '[:lower:]')" - [[ "$name" =~ term|tilda|kitty ]] && return 1 + [[ "$name" =~ term|tilda|kitty|alacritty ]] && return 1 return 0 }