From 2127fc339a69ed3d3c61c0b0fafc5bbe6a0b5507 Mon Sep 17 00:00:00 2001 From: bbedward Date: Mon, 29 Dec 2025 14:59:02 -0500 Subject: [PATCH] core: update hypr config test --- core/internal/config/deployer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/internal/config/deployer_test.go b/core/internal/config/deployer_test.go index c68f21b7..0a4e6c7b 100644 --- a/core/internal/config/deployer_test.go +++ b/core/internal/config/deployer_test.go @@ -462,7 +462,7 @@ func TestHyprlandConfigStructure(t *testing.T) { assert.Contains(t, HyprlandConfig, "# KEYBINDINGS") assert.Contains(t, HyprlandConfig, "bind = $mod, T, exec, {{TERMINAL_COMMAND}}") assert.Contains(t, HyprlandConfig, "bind = $mod, space, exec, dms ipc call spotlight toggle") - assert.Contains(t, HyprlandConfig, "windowrulev2 = noborder, class:^(com\\.mitchellh\\.ghostty)$") + assert.Contains(t, HyprlandConfig, "windowrule = border_size 0, match:class ^(com\\.mitchellh\\.ghostty)$") } func TestGhosttyConfigStructure(t *testing.T) {