mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-05 06:47:12 -04:00
fix overlapping tiles
This commit is contained in:
parent
9db45cbb52
commit
5089995cfa
2 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ bool is_scroller_layout(Monitor *m) {
|
|||
if (m->pertag->ltidxs[m->pertag->curtag]->id == VERTICAL_SCROLLER)
|
||||
return true;
|
||||
|
||||
if (m->pertag->ltidxs[m->pertag->curtag]->id == DUAL_SCROLLER)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue