Enable animation for comboview

This commit is contained in:
Vital Wang 2026-07-04 12:12:25 +02:00 committed by DreamMaoMao
parent ce32e929b9
commit 3871ab4f4a

View file

@ -1658,7 +1658,7 @@ int32_t comboview(const Arg *arg) {
arrange(selmon, false, false);
} else {
tag_combo = true;
view(&(Arg){.ui = newtags}, false);
view(&(Arg){.ui = newtags}, true);
}
printstatus(IPC_WATCH_ARRANGGE);