Stick to the theme's rounding
This commit is contained in:
@@ -79,9 +79,6 @@ hl.workspace_rule({
|
|||||||
gaps_in = 40,
|
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/
|
-- 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("easeOutQuint", { type = "bezier", points = { { 0.23, 1 }, { 0.32, 1 } } })
|
||||||
hl.curve("easeInOutCubic", { type = "bezier", points = { { 0.65, 0.05 }, { 0.36, 1 } } })
|
hl.curve("easeInOutCubic", { type = "bezier", points = { { 0.65, 0.05 }, { 0.36, 1 } } })
|
||||||
|
|||||||
Reference in New Issue
Block a user