From de287500b569858d774816932fdb9a9f679c1669 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 7 Mar 2026 13:22:10 -0600 Subject: fix(hyprland): add new_on_top to master layout config Demoted master windows now go to top of slave stack instead of bottom, matching DWM's stack ordering behavior. --- dotfiles/hyprland/.config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index a71bc09..0550a76 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -95,6 +95,7 @@ animations { # ============================================================================ master { new_status = master + new_on_top = true mfact = 0.55 } -- cgit v1.2.3