diff options
author | ZachIR <zach@zachir.xyz> | 2023-07-16 12:52:49 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-07-18 00:18:23 -0500 |
commit | df7760ae9fb107b9cb16aaa57725c9bfaf165597 (patch) | |
tree | 0960e54bb9360e1e54758681b9cceb7fb5cbf376 /hypr/hyprland.conf | |
parent | 0c9381ce88a5bd0057ce498390e722adf8d0f9aa (diff) |
Set master split to 0.55 by default
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 5c275d1..50fd751 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -101,7 +101,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 @@ -163,7 +163,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 #}}} |