mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-01 07:16:11 -04:00
fix: monitor need set -1 init value
This commit is contained in:
parent
9cfdcb48ef
commit
b167fe3c93
1 changed files with 1 additions and 1 deletions
|
|
@ -1097,7 +1097,7 @@ void parse_config_line(Config *config, const char *line) {
|
||||||
rule->isoverlay = 0;
|
rule->isoverlay = 0;
|
||||||
rule->isterm = 0;
|
rule->isterm = 0;
|
||||||
rule->noswallow = 0;
|
rule->noswallow = 0;
|
||||||
rule->monitor = 0;
|
rule->monitor = -1;
|
||||||
rule->offsetx = 0;
|
rule->offsetx = 0;
|
||||||
rule->offsety = 0;
|
rule->offsety = 0;
|
||||||
rule->nofadein = 0;
|
rule->nofadein = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue