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;