fix vencord startup corner radius mismatch
This commit is contained in:
parent
0d1d7b8c3a
commit
279aebf54e
1 changed files with 15 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue