From d18cb4f880aaa90f447d5227116c4aff655dc888 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 18 Aug 2026 21:43:36 +0200 Subject: [PATCH] Stick to the theme's rounding --- default/hypr/looknfeel.lua | 3 --- 1 file changed, 3 deletions(-) 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 } } })