more niri confing

This commit is contained in:
Schrottkatze 2025-03-12 05:23:27 +01:00
commit 6106bd2674
No known key found for this signature in database
3 changed files with 21 additions and 2 deletions

View file

@ -41,7 +41,19 @@
};
};
window-rules = [{
window-rules = [
{
matches = [{
is-floating = true;
}];
shadow = {
softness = 40;
color = "#bab9e5af";
inactive-color = "#fa9d99af";
enable = true;
};
}
{
geometry-corner-radius = let val = 1.; in {
bottom-left = val;
bottom-right = val;