diff --git a/home-manager/modules/hyprland/default.nix b/home-manager/modules/hyprland/default.nix index 34daf6c..a8d6ac1 100644 --- a/home-manager/modules/hyprland/default.nix +++ b/home-manager/modules/hyprland/default.nix @@ -101,7 +101,8 @@ in gaps_out = gaps-out; border_size = border-size; border_part_of_window = true; - layout = "master"; + # layout = "master"; + layout = "dwindle"; }; decoration = { @@ -124,6 +125,11 @@ in mfact = 0.5; }; + dwindle = { + force_split = 2; + preserve_split = true; + }; + gestures = { workspace_swipe = true; };