opt: dont send suspend state to client

because some app like gnome not ready for this
This commit is contained in:
DreamMaoMao 2026-05-21 22:40:31 +08:00
parent 406a16033b
commit 72a7c96f98
3 changed files with 0 additions and 12 deletions

View file

@ -1044,7 +1044,6 @@ void client_animation_next_tick(Client *c) {
if (c->animation.tagouting) {
c->animation.tagouting = false;
wlr_scene_node_set_enabled(&c->scene->node, false);
client_set_suspended(c, true);
c->animation.tagouted = true;
c->animation.current = c->geom;
}