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 17d7cb8e7d
commit 5be87bb750
3 changed files with 0 additions and 12 deletions

View file

@ -929,7 +929,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;
}