fix: don't have goland start big
This commit is contained in:
parent
795ae8aa94
commit
bf12f30c75
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
"float,title:Welcome to ((IntelliJ IDEA)|PyCharm|RustRover|DataGrip|(Android Studio))"
|
"float,title:Welcome to ((IntelliJ IDEA)|PyCharm|RustRover|GoLand|DataGrip|(Android Studio))"
|
||||||
"float,title:(\d+ Reminder(s)*)"
|
"float,title:(\d+ Reminder(s)*)"
|
||||||
"float, title:(Edit Event: .*)"
|
"float, title:(Edit Event: .*)"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue