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.
This commit is contained in:
Donovan Glover 2024-08-23 11:23:44 -04:00
parent 8a0153027c
commit 19a33b2de5
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -116,6 +116,10 @@ in
method = "dual_kawase";
size = 10;
};
clip-shadow-above = [
"class_g = 'dwm'"
];
};
};