mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
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:
parent
8a0153027c
commit
19a33b2de5
@ -116,6 +116,10 @@ in
|
|||||||
method = "dual_kawase";
|
method = "dual_kawase";
|
||||||
size = 10;
|
size = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
clip-shadow-above = [
|
||||||
|
"class_g = 'dwm'"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user