UGYRO7TO3TQNWUX2GQL7ZPROUCR7WDOGYDTLZG2A6FHQ65YVCFMAC
CZRMAMSBRVX26IXKHNPG6M3YSWMOZTM73X3XHAMBDSNETTFVRCUQC
FS2ITYYHBLFT66YUC3ENPFYI2HOYHOVEPQIN7NQR6KF5MEK4NKZAC
D4FEFHQCSILZFQ5VLWNXAIRZNUMCDNGJSM4UJ6T6FDMMIWYRYILQC
You can also configure the size of the window on the commandline. For example:```sh$ path/to/love path/to/lines.love -geometry 640x480+10+10 path/to/file/to/edit```
You can also configure the size of the window on the commandline. For example:
```sh
$ path/to/love path/to/lines.love -geometry 640x480+10+10 path/to/file/to/edit
```
The syntax of the geometry parameter is {width}x{height}+{x}+{y} which willposition the top-left corner of the window at co-ordinate (x,y). The geometryparameter must come before the file to edit.
The syntax of the geometry parameter is {width}x{height}+{x}+{y} which will
position the top-left corner of the window at co-ordinate (x,y). The geometry
parameter must come before the file to edit.