diff options
| author | Craig Jennings <c@cjennings.net> | 2026-03-07 13:22:10 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-03-07 13:22:10 -0600 |
| commit | 2c2670a2b62295990e115420cc3e4ddcb3d0042c (patch) | |
| tree | e66dac6eb873c73795b3dbe1bd933656eb392be2 /dotfiles/hyprland | |
| parent | 50ad8cdb5f92c062b940d5332771d81b6c079f4d (diff) | |
| download | archsetup-2c2670a2b62295990e115420cc3e4ddcb3d0042c.tar.gz archsetup-2c2670a2b62295990e115420cc3e4ddcb3d0042c.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/hyprland')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 |
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 } |
