From eb1ddba59d2e2a5ce0e99ce764903cfdbe8ba758 Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Fri, 16 Feb 2024 12:04:41 +0100
Subject: [PATCH] cleanup

---
 .config/git/config       | 4 ++--
 .config/picom/picom.conf | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.config/git/config b/.config/git/config
index 3bf3f1d9..2aa0e6ea 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -12,9 +12,9 @@
     editor = nvim
     excludesfile = ~/.config/git/excludes
     whitespace = tab-in-indent
-[include]
-    path = ~/.config/git/host-setup
 [merge]
     tool = nvimdiff1
 [commit]
     gpgsign = true
+[include]
+    path = ~/.config/git/host-setup
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index b2d08307..ac730314 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -26,10 +26,10 @@ blur-kern = "3x3box";
 blur-strength = 7;
 blur-background-exclude = [
     "class_g = 'Dunst'",
-    "class_g *= 'Thunderbird'",
-    "class_g *= 'slop'",
+    "class_g = 'Thunderbird'",
+    "class_g = 'slop'",
     "_GTK_FRAME_EXTENTS@:c",
-    "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
+    "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
     "class_g = 'xsecurelock-dimmer'"
 ];