feat: add option scratchpad_cross_monitor

This commit is contained in:
DreamMaoMao
2025-09-24 19:35:12 +08:00
parent eb0395a48d
commit 3a21ef8801
6 changed files with 57 additions and 8 deletions

View File

@@ -1012,6 +1012,10 @@ void resize(Client *c, struct wlr_box geo, int interact) {
c->animainit_geom = c->geom;
}
if (c->isminied) {
c->animainit_geom = c->geom;
}
// 开始应用动画设置
client_set_pending_state(c);