From 2e51cf2005dcf393cf71ce89d4b2e929d2d9acce Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Wed, 19 Jun 2024 17:53:18 +0700 Subject: [PATCH] fix(hyprland): `new_is_master` is replaced by `new_status = master` --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index eb0dd9a..8841ca1 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -74,7 +74,7 @@ dwindle { master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = on + new_status = master } # I don't use Trackpads/Touchpads, gestures basically useless for me (for now)