From f7ae712471505dfd65c2c31076fa6caf87db60bb Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Mon, 8 Jun 2026 16:51:45 +0200 Subject: [PATCH] hyprland: disable resize on border --- homes/julian/features/hyprland/hyprland.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/julian/features/hyprland/hyprland.lua b/homes/julian/features/hyprland/hyprland.lua index fe32aa7..b3d3e1f 100644 --- a/homes/julian/features/hyprland/hyprland.lua +++ b/homes/julian/features/hyprland/hyprland.lua @@ -63,7 +63,7 @@ hl.config({ border_size = 2, -- Set to true to enable resizing windows by clicking and dragging on borders and gaps - resize_on_border = true, + resize_on_border = false, -- Please see https://wiki.hypr.land/Configuring/Advanced-and-Cool/Tearing/ before you turn this on allow_tearing = false,