mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-16 14:33:36 -04:00
opt: optimize tag animaiton when tagout from overview
This commit is contained in:
parent
8ca013e6c3
commit
fa24c606a0
1 changed files with 3 additions and 0 deletions
|
|
@ -117,6 +117,9 @@ void set_arrange_hidden(Monitor *m, Client *c, bool want_animation) {
|
|||
c->animation.tagining = false;
|
||||
set_tagout_animation(m, c);
|
||||
} else {
|
||||
c->animation.running = false;
|
||||
wlr_scene_node_set_enabled(&c->scene->node, false);
|
||||
c->animainit_geom = c->current = c->pending = c->animation.current =
|
||||
c->geom;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue