From 19a33b2de5f4faab8168ba29c3ceaf4d4ecc8a48 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 23 Aug 2024 11:23:44 -0400 Subject: [PATCH] dwm(picom): Don't show shadow on top of bar Fixes an issue where there would previously be two shadows at the top with a window open without having to exclude shadow from the bar. --- specializations/dwm.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specializations/dwm.nix b/specializations/dwm.nix index 6fe55a6e..580c4ed2 100644 --- a/specializations/dwm.nix +++ b/specializations/dwm.nix @@ -116,6 +116,10 @@ in method = "dual_kawase"; size = 10; }; + + clip-shadow-above = [ + "class_g = 'dwm'" + ]; }; };