mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-07 13:29:59 -05:00
opt: defautl set ignore_minimize to 1
This commit is contained in:
parent
0b21761e19
commit
4f9a3fe95f
1 changed files with 1 additions and 1 deletions
|
|
@ -3212,7 +3212,7 @@ void init_client_properties(Client *c) {
|
||||||
c->isnoborder = 0;
|
c->isnoborder = 0;
|
||||||
c->isnosizehint = 0;
|
c->isnosizehint = 0;
|
||||||
c->ignore_maximize = 0;
|
c->ignore_maximize = 0;
|
||||||
c->ignore_minimize = 0;
|
c->ignore_minimize = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void // old fix to 0.5
|
void // old fix to 0.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue