diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2026-03-11 20:50:23 +0800 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2026-03-11 20:50:23 +0800 |
| commit | 9ee05a68de09fa6ba10f61e837dc318b132cd626 (patch) | |
| tree | e8a63c7a2774e865e1a0b0afa0f16c18e0e7cfab /dwm.c | |
| parent | 4dcfed295dbc4f0774e9d04e5bcbc313b3f2b8df (diff) | |
| parent | 2bb919e6342ae04242e3af6d5921e550d3e0a619 (diff) | |
Merge branch 'master' into flyfly
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1430,6 +1430,8 @@ sendmon(Client *c, Monitor *m) c->tags = m->tagset[m->seltags]; /* assign tags of target monitor */ attach(c); attachstack(c); + if (c->isfullscreen) + resizeclient(c, m->mx, m->my, m->mw, m->mh); focus(NULL); arrange(NULL); } |
