From bbe85477dd42bef7cd59a93d4b4e67b55c78132e Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 8 Nov 2024 14:32:45 -0600 Subject: [PATCH] hyprland: force resize corner Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index 0c8ebb0..3ef874a 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -114,6 +114,7 @@ in { gaps_out = config.custom.gap; layout = "master"; #// no_border_on_floating = true; + resize_corner = 3; # Bottom-right resize_on_border = true; snap.enabled = true; };