mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-27 14:56:03 +01: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";
|
||||
size = 10;
|
||||
};
|
||||
|
||||
clip-shadow-above = [
|
||||
"class_g = 'dwm'"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user