fix vencord startup corner radius mismatch

This commit is contained in:
Schrottkatze 2025-04-01 17:57:28 +02:00
commit 279aebf54e
No known key found for this signature in database

View file

@ -38,6 +38,21 @@
border.enable = false; border.enable = false;
shadow.enable = false; shadow.enable = false;
} }
{
matches = [
{
app-id = "vesktop";
title = "vesktop";
is-floating = true;
}
];
geometry-corner-radius = let val = 5.; in {
bottom-left = val;
bottom-right = val;
top-left = val;
top-right = val;
};
}
]; ];
# fix electron apps not doing wayland # fix electron apps not doing wayland