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 | 0d82527c5e2e2784afb4aa104a5fc9bb7031eb5b (patch) | |
| tree | 640bd4a7ba9b14115052f7522a6523fc437b7e35 | |
| parent | cc07b26ea8a4ba0221b0af4e134b17566123a10a (diff) | |
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.
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 2 | ||||
| -rw-r--r-- | todo.org | 5 |
2 files changed, 4 insertions, 3 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 } @@ -121,8 +121,9 @@ The script handles edge cases gracefully, provides detailed error messages with *** TODO [#A] Make Hyprland Bulletproof and Comfy -All critical issues resolved. Remaining sub-items are "consider" tasks for future enhancements. - +**** DONE [#B] hyprland: new windows should open in master area in tile layout +CLOSED: [2026-01-27 Tue] +Changed master layout new_status from slave to master in hyprland.conf. **** TODO [#B] waybar's network monitor should change color when there's no network available. If the network is down, the user will need some kind of indication to help them debug. The network icon change to a red color when there are no network connections available. we should also ensure we're using themed colors from the dupre theme. |
