OSDN Git Service

add peek to exclude
authorpaperbenni <paperbenni@gmail.com>
Mon, 17 Aug 2020 20:06:29 +0000 (22:06 +0200)
committerpaperbenni <paperbenni@gmail.com>
Mon, 17 Aug 2020 20:06:29 +0000 (22:06 +0200)
programs/ipicom

index 555552c..1c5c312 100755 (executable)
@@ -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 &&