From 8452222017066611993f78e64e1e4dc925eb1113 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 17 Nov 2024 13:37:48 -0600 Subject: [PATCH] hyprland: disable forced resize corner Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index 5afa8a3..b575f4c 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -117,7 +117,7 @@ in { gaps_out = config.custom.gap; layout = "master"; #// no_border_on_floating = true; - resize_corner = 3; # Bottom-right + #// resize_corner = 3; # Bottom-right resize_on_border = true; snap.enabled = true; };