feat: increase window corner radius to 12 for rounded corners

This commit is contained in:
2026-08-14 00:08:33 +07:00
parent 213fb53a2c
commit 96369087b5
+2 -2
View File
@@ -106,9 +106,9 @@ window-rule {
default-column-width {}
}
// Slight rounded corners
// Rounded corners
window-rule {
geometry-corner-radius 2
geometry-corner-radius 12
clip-to-geometry true
}