From e8d527b8200029d527281bf2dc3b961444c91b02 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 13 Jan 2025 14:10:50 +0000 Subject: [PATCH] Revert "Hyprland switch back to master layout" This reverts commit 7f3ebefac73498b18afbc4a1b1d07e53e976d91e. --- system/home/hyprland.nix | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index 7cbc5294..2bc5d146 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -168,20 +168,15 @@ ]; gestures.workspace_swipe = true; general = { - layout = "master"; + layout = "dwindle"; gaps_in = 3; gaps_out = 5; "col.active_border" = lib.mkForce "rgb(${config.lib.stylix.scheme.base0E})"; }; - master = { - allow_small_split = true; - special_scale_factor = 0.95; - mfact = 0.5; - new_on_top = false; - orientation = "left"; - inherit_fullscreen = false; + dwindle = { + force_split = 2; smart_resizing = false; - drop_at_cursor = true; + special_scale_factor = 0.95; }; input = { kb_layout = osConfig.services.xserver.xkb.layout;