mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-06 06:46:54 -04:00
feat: add canvas layout
This commit is contained in:
parent
f94ddc671e
commit
8fb28abdb4
11 changed files with 1327 additions and 100 deletions
|
|
@ -26,6 +26,10 @@ bool is_scroller_layout(Monitor *m) {
|
|||
return false;
|
||||
}
|
||||
|
||||
bool is_canvas_layout(Monitor *m) {
|
||||
return m->pertag->ltidxs[m->pertag->curtag]->id == CANVAS;
|
||||
}
|
||||
|
||||
bool is_centertile_layout(Monitor *m) {
|
||||
|
||||
if (m->pertag->ltidxs[m->pertag->curtag]->id == CENTER_TILE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue