mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-03 09:01:47 -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) {
|
if (newtags) {
|
||||||
sel->tags = newtags;
|
sel->tags = newtags;
|
||||||
focusclient(focustop(selmon), 1);
|
focusclient(focustop(selmon), 1);
|
||||||
arrange(selmon, true);
|
arrange(selmon, false);
|
||||||
}
|
}
|
||||||
printstatus();
|
printstatus();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue