From f7d8bbb161f4d483bd862027fb93e025eac9e324 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 19 Nov 2024 00:50:54 -0500 Subject: [PATCH] hyprland: open new windows as master Mimics the behavior of dwm and makes it possible to close opened windows and return to the previously focused window. --- home/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 7de7862f..f18a6876 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -132,7 +132,8 @@ in }; master = { - new_on_top = false; + new_on_top = true; + new_status = "master"; mfact = 0.55; special_scale_factor = 1; };