diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index bec2524c..0fa39d44 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -12,7 +12,11 @@ shadow = true #no-dock-shadow = true # Disable shadow for drag-and-drop functionality -no-dnd-shadow = true +wintypes: { + dnd = { + shadow = false + } +} # Fade windows when you open and close them, as well as change workspaces fading = true