Merge pull request #1114 from Vital7788/comboview-animation

Enable animation for comboview
This commit is contained in:
DreamMaoMao 2026-07-06 13:20:58 +08:00 committed by GitHub
commit 9d4f4fd46b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1657,7 +1657,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);