diff --git a/.config/git/config b/.config/git/config index 3bf3f1d9f..2aa0e6ea8 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 b2d08307d..ac730314f 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'" ];