From 6a95f62620096e151098b570d0e699760f3b1ea6 Mon Sep 17 00:00:00 2001 From: gwg313 Date: Sat, 15 Feb 2025 18:48:07 -0500 Subject: [PATCH] switch back to dwindle --- home-manager/modules/hyprland/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; };