summaryrefslogtreecommitdiff
path: root/hypr
diff options
context:
space:
mode:
authorZachIR <zach@zachir.xyz>2023-07-16 12:52:49 -0500
committerZachIR <zach@zachir.xyz>2023-07-16 12:53:15 -0500
commit8b013be40cacce92964fc5ef145a4b8762e38e2f (patch)
treec25e013c3895a87cd571b6af963d9dde5411ee0c /hypr
parent4583c3a72a5372f282f21fa2d85af5996c886a7e (diff)
Set master split to 0.55 by default
Diffstat (limited to 'hypr')
-rw-r--r--hypr/hyprland.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index fa6e506..3831cd5 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
#}}}