diff --git a/src/dispatch/bind_define.h b/src/dispatch/bind_define.h index e7cfd020..f3d5c0a7 100644 --- a/src/dispatch/bind_define.h +++ b/src/dispatch/bind_define.h @@ -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);