mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-05 13:29:54 -05:00
opt: toggletag dispatch not trigger tag animaiton
This commit is contained in:
parent
6de166dfa8
commit
73733fae86
1 changed files with 1 additions and 1 deletions
|
|
@ -6669,7 +6669,7 @@ void toggletag(const Arg *arg) {
|
|||
if (newtags) {
|
||||
sel->tags = newtags;
|
||||
focusclient(focustop(selmon), 1);
|
||||
arrange(selmon, true);
|
||||
arrange(selmon, false);
|
||||
}
|
||||
printstatus();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue