From 08bf51c855c30a06f2b8f2ec9099405da2518fdd Mon Sep 17 00:00:00 2001 From: John Gebbie Date: Mon, 12 Dec 2022 18:27:10 +0000 Subject: [PATCH] readme: format and add support me section --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9d0d58..e6fca24 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ dotool reads commands from stdin and simulates keyboard and mouse events. It works everywhere on Linux, including in X11, Wayland and TTYs. -It takes about half a second to register the virtual device, but it can be kept using the daemon. +It takes about half a second to register the virtual device, but it can be +kept using the daemon. ## Install From Source @@ -22,7 +23,8 @@ This screams for three seconds: This drags the mouse: `printf %s\\n 'buttondown left' 'mousemove 0 100' 'buttonup left' | dotool` -The daemon and client, `dotoold` and `dotoolc`, can used to keep a persistent virtual device for a quicker initial response: +The daemon and client, `dotoold` and `dotoolc`, can used to keep a persistent +virtual device for a quicker initial response: ``` dotoold & echo 'type super' | dotoolc @@ -31,7 +33,12 @@ echo 'type speedy' | dotoolc ## Contact -You can ask a question or send a patch by composing an email to [~geb/public-inbox@lists.sr.ht](https://lists.sr.ht/~geb/public-inbox). +You can send questions, thoughts or patches by composing an email to +[~geb/public-inbox@lists.sr.ht](https://lists.sr.ht/~geb/public-inbox). + +## Support Me + +[Thank you!](https://liberapay.com/geb) ## License