From fe68cca2d93b38ad1d56d0e417cb921ca91d2f0a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 5 Jan 2024 07:40:32 +0000 Subject: [PATCH] hyprland: switch back to master layout Add back sensible options for hyprland master layout --- home/hyprland/config.nix | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 2c6556ba..eaf64285 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -34,15 +34,25 @@ in '' touchpad:natural_scroll = yes } + master { + allow_small_split = true + mfact = 0.5 + new_is_master = false + new_on_top = false + orientation = left + inherit_fullscreen = true + } + dwindle:force_split = 2 + general { - col.active_border=rgb(b4befe) - col.inactive_border=rgb(313244) + col.active_border = rgb(b4befe) + col.inactive_border = rgb(313244) gaps_in = 5 gaps_out = 10 border_size = 1 cursor_inactive_timeout = 5 - layout = dwindle + layout = master } decoration {