From e8bcabdf872acf0178c1b58a0e853b20f67658ea Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 15 Nov 2021 13:03:57 -0500 Subject: [PATCH] picom: Update deprecated no-dnd-shadow to wintypes Now picom doesn't show deprecation messages anymore. --- picom/.config/picom.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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