From 2dbc968cd60fab8a5b8645b01aa69f95a369a281 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 1 Oct 2023 13:05:59 +0100 Subject: [PATCH] Hyprland: switch to master layout Add sensible config for Hyprland master layout --- home/hyprland/config.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 586be095..52cf8bbf 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -49,7 +49,7 @@ in '' col.inactive_border = $surface2 col.group_border = $surface2 cursor_inactive_timeout = 5 - layout = dwindle + layout = master } dwindle { @@ -57,6 +57,14 @@ in '' preserve_split = true } + master { + mfact = 0.55 + new_is_master = false + new_on_top = false + no_gaps_when_only = 0 + orientation = left + } + decoration { rounding = 10 drop_shadow = yes