From b54e087a9154f6e92bceff0c5dc9f0c60f2cec82 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Tue, 29 Jul 2025 05:07:47 +0200 Subject: [PATCH] changed layout to master --- .config/hypr/conf.d/10-appearance.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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