mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-13 23:51:28 -04:00
opt: not need scroller link in client
This commit is contained in:
parent
90a5d12ed4
commit
90e1603a21
5 changed files with 30 additions and 111 deletions
|
|
@ -1381,10 +1381,6 @@ int32_t toggleglobal(const Arg *arg) {
|
|||
selmon->sel->isnamedscratchpad = 0;
|
||||
}
|
||||
selmon->sel->isglobal ^= 1;
|
||||
if (selmon->sel->isglobal &&
|
||||
(selmon->sel->prev_in_stack || selmon->sel->next_in_stack)) {
|
||||
arrange(selmon, false, false);
|
||||
}
|
||||
setborder_color(selmon->sel);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue