From f2b0a1e850002f12a33c889ffe47e84a371ec1a0 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Mon, 6 Jul 2026 16:17:39 -0700 Subject: [PATCH] [Hyprland] Fix mouse resize binding typo Co-Authored-By: Claude Sonnet 4.6 --- home-manager/features/hypr/config/binds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/features/hypr/config/binds.lua b/home-manager/features/hypr/config/binds.lua index 566da12..6006205 100644 --- a/home-manager/features/hypr/config/binds.lua +++ b/home-manager/features/hypr/config/binds.lua @@ -95,5 +95,5 @@ hl.bind(" + XF86AudioPrev", function() hl.exec_cmd("playerctl previous") end, { locked = true }) hl.bind("SUPER + mouse:272", hl.dsp.window.drag(), { mouse = true }) -hl.bind("SUPER + mouse:273", hl.dsp.window.resize(), { mouce = true }) +hl.bind("SUPER + mouse:273", hl.dsp.window.resize(), { mouse = true }) -- hl.bind(" + mouse:272", hl.dsp.hy3:focustab({ mouse })) --, { non_consuming = true }