diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-07-01 20:28:05 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-07-01 20:28:05 -0700 |
commit | 9fd82439ec7a90eb6e42ffb90abf0cb5b90ba951 (patch) | |
tree | 38529039f912bebb291a57972e46bba399693ebf | |
parent | 53c35241fb1fbc01412e8e7899f14b3929472162 (diff) | |
download | view.love-9fd82439ec7a90eb6e42ffb90abf0cb5b90ba951.tar.gz |
drop stale flag from documentation
-rw-r--r-- | README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md index 3e020b6..911f334 100644 --- a/README.md +++ b/README.md @@ -36,16 +36,6 @@ $ path/to/love path/to/lines/directory /path/to/file/to/edit On a graphical desktop you can also drag and drop a file icon on to the lines.love window. -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 will -position the top-left corner of the window at co-ordinate (x,y). The geometry -parameter must come before the file to edit. - ## Keyboard shortcuts While editing text: |