aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 07:09:46 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 07:09:46 -0600
commit0fc4c8195684b1adad88da8ae310df675ddcdb4a (patch)
treed0f19deb0f395a3d657b507eea39a1a1e2ec4f12 /dotfiles/hyprland
parentbf4516e060bdea89b837ec9a148cbb5fd7ce4a17 (diff)
downloadarchsetup-0fc4c8195684b1adad88da8ae310df675ddcdb4a.tar.gz
archsetup-0fc4c8195684b1adad88da8ae310df675ddcdb4a.zip
fix(hyprland): open new windows in master area
Changed master layout new_status from slave to master so new windows spawn as master with focus, matching DWM default behavior.
Diffstat (limited to 'dotfiles/hyprland')
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf
index 1883423..8f01d44 100644
--- a/dotfiles/hyprland/.config/hypr/hyprland.conf
+++ b/dotfiles/hyprland/.config/hypr/hyprland.conf
@@ -74,7 +74,7 @@ animations {
# Layout (master-stack like DWM tile)
# ============================================================================
master {
- new_status = slave
+ new_status = master
mfact = 0.55
}