layout/master: new windows goes into master and gets focus

This commit is contained in:
2026-07-26 21:15:05 +02:00
parent fff3a5e734
commit 4c80b60b93
4 changed files with 41 additions and 30 deletions
+5 -2
View File
@@ -182,8 +182,11 @@ separate setting, `repeat`, under [Input](#input).
column is divided, so the bottom edge always lands exactly on the output edge.
**monocle** — every window gets the full area; only the most recently focused
one is rendered. A window spawned into monocle or tabbed takes focus as it
maps, so it comes up in front instead of hidden behind the current one.
one is rendered.
In every layout a newly mapped window goes to the front of the arrangement
order — the first master slot — and takes focus, as in dwm. A window spawned
onto a tag nobody is viewing leaves both the order and focus alone.
**tabbed** — same geometry as monocle, minus a strip at the top where att_wm
draws one solid colour block per window, the focused one highlighted. The blocks