diff --git a/default/hypr/looknfeel.lua b/default/hypr/looknfeel.lua index 1d45fc6d..8d9801d4 100644 --- a/default/hypr/looknfeel.lua +++ b/default/hypr/looknfeel.lua @@ -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 } } })