Stick to the theme's rounding

This commit is contained in:
David Heinemeier Hansson
2026-08-18 21:43:36 +02:00
parent 0b5111702e
commit d18cb4f880
-3
View File
@@ -79,9 +79,6 @@ hl.workspace_rule({
gaps_in = 40,
})
-- Round just the scratchpad, so the global default can stay square.
hl.window_rule({ match = { workspace = "special:scratchpad" }, rounding = 8 })
-- Default animations, see https://wiki.hypr.land/Configuring/Advanced-and-Cool/Animations/
hl.curve("easeOutQuint", { type = "bezier", points = { { 0.23, 1 }, { 0.32, 1 } } })
hl.curve("easeInOutCubic", { type = "bezier", points = { { 0.65, 0.05 }, { 0.36, 1 } } })