diff --git a/dotfiles/.picom.conf b/dotfiles/.picom.conf
index d9c3ae050d8891010d24c15eed5aa3293de12f0f..0c4cc01052cca4cb1a019d5a6c1614ffe5fc83ac 100644
--- a/dotfiles/.picom.conf
+++ b/dotfiles/.picom.conf
@@ -1,6 +1,8 @@
 # Thank you code_nomad: http://9m.no/ꪯ鵞
 # and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
 
+# Fix for blurred overlapped windows.
+use-damage = false;
 #################################
 #
 # Backend
@@ -87,6 +89,7 @@ shadow-exclude = [
     "name *= 'Chromium'",
     "name *= 'Chrome'",
     "name *= 'maim'",
+    "class_g = 'TelegramDesktop'",
     "class_g = 'Firefox' && argb",
     "class_g = 'Conky'",
     "class_g = 'Kupfer'",
@@ -123,6 +126,7 @@ blur-background = true;
 # Do not let blur radius adjust based on window opacity.
 blur-background-fixed = false;
 blur-background-exclude = [
+    "class_g = 'TelegramDesktop'",
     "window_type = 'dock'",
     "window_type = 'desktop'",
     "name *= 'slop'"