From d012efbd303372b1fbe5d844b2db954ed18629c5 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sun, 16 Jul 2023 12:52:49 -0500 Subject: Set master split to 0.55 by default --- hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hypr') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 2035da7..bc5f66d 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -102,7 +102,7 @@ dwindle { #{{{ Master layout options master { special_scale_factor = 0.55 - mfact = 0.69 + mfact = 0.55 # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more new_is_master = false new_on_top = true @@ -164,7 +164,7 @@ binde = $mainMod, J, layoutmsg, cyclenext #MASTER binde = $mainMod, K, layoutmsg, cycleprev #MASTER binde = $mainMod, H, splitratio, -0.01 #MASTER binde = $mainMod, L, splitratio, +0.01 #MASTER -bind = $mainMod+SHIFT, O, splitratio, exact 0.5 #MASTER +bind = $mainMod+SHIFT, O, splitratio, exact 0.55 #MASTER bind = $mainMod, O, splitratio, exact 0.69 #MASTER #}}} -- cgit v1.2.3