diff --git a/.config/hypr/conf.d/10-appearance.conf b/.config/hypr/conf.d/10-appearance.conf index 0f755ed..36c265f 100644 --- a/.config/hypr/conf.d/10-appearance.conf +++ b/.config/hypr/conf.d/10-appearance.conf @@ -4,7 +4,8 @@ # https://wiki.hyprland.org/Configuring/Variables/#general general { - layout = dwindle + #layout = dwindle + layout = master gaps_in = 3 gaps_out = 0 2 2 2 @@ -114,7 +115,14 @@ dwindle { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more master { - new_status = master + new_status = slave + orientation = center + mfact = 0.6 + slave_count_for_center_master = 4 + new_on_top = true + inherit_fullscreen = true + new_on_active = after + center_master_fallback = left } # https://wiki.hyprland.org/Configuring/Variables/#misc