From: paperbenni Date: Mon, 17 Aug 2020 20:06:29 +0000 (+0200) Subject: add peek to exclude X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9a23ca8e51ecfc56878501bc8df55518c3eafda6;p=instantos%2FinstantOS.git add peek to exclude --- diff --git a/programs/ipicom b/programs/ipicom index 555552c..1c5c312 100755 --- a/programs/ipicom +++ b/programs/ipicom @@ -36,7 +36,7 @@ blur-background-fixed = true; blur-kern = "3x3box"; blur-method = "dual_kawase"; blur-strength = 5; -blur-background-exclude = [ "class_g = 'slop'"] +blur-background-exclude = [ "class_g = 'slop'", "class_g = 'Peek'"] EOT fi else @@ -45,7 +45,7 @@ EOT } -cd +cd || exit if ! [ -e .config/picom/picom.conf ] || grep -q 'instantos' .config/picom/picom.conf &&