opt: toggletag dispatch not trigger tag animaiton

This commit is contained in:
DreamMaoMao 2025-05-07 16:06:37 +08:00
parent 6de166dfa8
commit 73733fae86

View file

@ -6669,7 +6669,7 @@ void toggletag(const Arg *arg) {
if (newtags) {
sel->tags = newtags;
focusclient(focustop(selmon), 1);
arrange(selmon, true);
arrange(selmon, false);
}
printstatus();
}