mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-15 22:05:20 -05:00
break change: default force_maximize to 0
This commit is contained in:
parent
69e2e22f03
commit
70eb70ef0d
1 changed files with 1 additions and 1 deletions
|
|
@ -3538,7 +3538,7 @@ void init_client_properties(Client *c) {
|
|||
c->stack_innder_per = 0.0f;
|
||||
c->isterm = 0;
|
||||
c->allow_csd = 0;
|
||||
c->force_maximize = 1;
|
||||
c->force_maximize = 0;
|
||||
}
|
||||
|
||||
void // old fix to 0.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue