diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 07:09:46 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 07:09:46 -0600 |
| commit | a798983dea4b7a3ac7f1236739e688ced2ab201a (patch) | |
| tree | 640bd4a7ba9b14115052f7522a6523fc437b7e35 /dotfiles | |
| parent | a9f010a03341b05380673577a8ebf942a8df9e72 (diff) | |
| download | archsetup-a798983dea4b7a3ac7f1236739e688ced2ab201a.tar.gz archsetup-a798983dea4b7a3ac7f1236739e688ced2ab201a.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')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 2 |
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 } |
