mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-07 00:07:35 -04:00
Enable animation for comboview
This commit is contained in:
parent
ce32e929b9
commit
3871ab4f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -1658,7 +1658,7 @@ int32_t comboview(const Arg *arg) {
|
||||||
arrange(selmon, false, false);
|
arrange(selmon, false, false);
|
||||||
} else {
|
} else {
|
||||||
tag_combo = true;
|
tag_combo = true;
|
||||||
view(&(Arg){.ui = newtags}, false);
|
view(&(Arg){.ui = newtags}, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
printstatus(IPC_WATCH_ARRANGGE);
|
printstatus(IPC_WATCH_ARRANGGE);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue