diff --git a/dconf/.config/dconf/user b/dconf/.config/dconf/user index d7210c9cf..d36afe49e 100644 Binary files a/dconf/.config/dconf/user and b/dconf/.config/dconf/user differ diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 7215e3c15..cf836179c 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -19,7 +19,7 @@ corner-radius = 10.0; rounded-corners-exclude = [ #"window_type = 'normal'", "class_g = 'Dunst'", - "class_g = 'Kitty'", + "class_g = 'kitty'", "class_g = 'Alacritty'", "class_g = 'Polybar'", "class_g = 'Code'", @@ -30,7 +30,7 @@ round-borders = 1; round-borders-exclude = [ #"class_g = 'TelegramDesktop'", "class_g = 'Dunst'", - "class_g = 'Kitty'", + "class_g = 'kitty'", "class_g = 'Alacritty'", "class_g = 'Polybar'", "class_g = 'Code'",