mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-16 14:33:36 -04:00
feat: add scroller property to tagrule
This commit is contained in:
parent
fa24c606a0
commit
b0fb99b95e
4 changed files with 56 additions and 12 deletions
|
|
@ -25,6 +25,9 @@ void set_size_per(Monitor *m, Client *c) {
|
|||
c->master_inner_per = 1.0f;
|
||||
c->stack_inner_per = 1.0f;
|
||||
}
|
||||
|
||||
c->scroller_proportion =
|
||||
m->pertag->scroller_default_proportion[m->pertag->curtag];
|
||||
}
|
||||
|
||||
void resize_tile_master_horizontal(Client *grabc, bool isdrag, int32_t offsetx,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue