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 }