mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-17 06:59:52 -05:00
opt: fix tagsel toggle
This commit is contained in:
parent
04f1d97733
commit
1f77e58baf
2 changed files with 16 additions and 5 deletions
|
|
@ -18,7 +18,7 @@ void bind_to_view(const Arg *arg) {
|
|||
}
|
||||
|
||||
if (target == 0 || (int)target == INT_MIN) {
|
||||
view(&(Arg){.ui = ~0}, false);
|
||||
view(&(Arg){.ui = ~0 & TAGMASK}, false);
|
||||
} else {
|
||||
view(&(Arg){.ui = target}, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue