From 4c13743619063b4df7b2b6fe06322daf8dda0602 Mon Sep 17 00:00:00 2001 From: Vital Wang Date: Sat, 4 Jul 2026 12:12:25 +0200 Subject: [PATCH] Enable animation for comboview --- src/dispatch/bind_define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatch/bind_define.h b/src/dispatch/bind_define.h index e190f6af..1c6356b9 100644 --- a/src/dispatch/bind_define.h +++ b/src/dispatch/bind_define.h @@ -1766,7 +1766,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);