fix vencord startup corner radius mismatch

This commit is contained in:
Schrottkatze 2025-04-01 17:57:28 +02:00
parent 0d1d7b8c3a
commit 279aebf54e
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo

View file

@ -38,6 +38,21 @@
border.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