From 663f0e5db6c41d4bd0ba977668168044aee7afad Mon Sep 17 00:00:00 2001 From: Viyurz Date: Sat, 29 Jun 2024 15:11:11 +0200 Subject: [PATCH] Hyprland: Remove master:new_is_master --- .config/hypr/hyprland.d/layout.conf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.config/hypr/hyprland.d/layout.conf b/.config/hypr/hyprland.d/layout.conf index f34d951..dcd5929 100644 --- a/.config/hypr/hyprland.d/layout.conf +++ b/.config/hypr/hyprland.d/layout.conf @@ -1,10 +1,5 @@ dwindle { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more - pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below - preserve_split = yes # you probably want this -} - -master { - # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true + pseudotile = yes + preserve_split = yes }