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