mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-05 07:15:49 -04:00
opt: defautl set ignore_minimize to 1
This commit is contained in:
parent
362bd0421a
commit
5b657354f9
1 changed files with 1 additions and 1 deletions
|
|
@ -3296,7 +3296,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