more niri confing

This commit is contained in:
Schrottkatze 2025-03-12 05:23:27 +01:00
parent db8205f4b6
commit 6106bd2674
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
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;