mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
fix: default_mfact not apply
This commit is contained in:
parent
830e600c8f
commit
2d6ee769e7
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ void set_size_per(Monitor *m, Client *c) {
|
|||
}
|
||||
|
||||
if (!found) {
|
||||
c->master_mfact_per = 0.5f;
|
||||
c->master_mfact_per = default_mfact;
|
||||
c->master_inner_per = 1.0f;
|
||||
c->stack_innder_per = 1.0f;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue