From 7f3ebefac73498b18afbc4a1b1d07e53e976d91e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 4 Dec 2024 11:42:40 +0000 Subject: [PATCH] Hyprland switch back to master layout --- system/home/hyprland.nix | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index a7576e21..af62c01c 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -159,15 +159,21 @@ ]; gestures.workspace_swipe = true; general = { - layout = "dwindle"; + layout = "master"; gaps_in = 2.5; gaps_out = 5; "col.active_border" = lib.mkForce "rgb(${config.lib.stylix.scheme.magenta})"; }; - dwindle = { - force_split = 2; - smart_resizing = false; + master = { + allow_small_split = true; special_scale_factor = 0.95; + mfact = 0.5; + new_on_top = false; + no_gaps_when_only = 0; + orientation = "left"; + inherit_fullscreen = false; + smart_resizing = false; + drop_at_cursor = true; }; input = { kb_layout = osConfig.services.xserver.xkb.layout;