aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-03-07 13:22:10 -0600
committerCraig Jennings <c@cjennings.net>2026-03-07 13:22:10 -0600
commit2174c291e6126cd8d1a843422e7b160875e3690c (patch)
tree3580a06fa9f0c3f3c7b3d0be39545ca294422eef /dotfiles
parent8b694a79afda88fc769a1c9ad61af77aa4104d6e (diff)
downloadarchsetup-2174c291e6126cd8d1a843422e7b160875e3690c.tar.gz
archsetup-2174c291e6126cd8d1a843422e7b160875e3690c.zip
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.
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf1
1 files changed, 1 insertions, 0 deletions
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
}