From 308c140202a250e0d920b6eeabede74612cb85c4 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Wed, 10 May 2023 09:22:29 +0200 Subject: [PATCH 1/2] Fixed a couple of typos --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0e07b7..6b9458f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This will enable reloading the shaders with `Ctrl+R`. The shader files (`frag.gl | f | Toggle flashlight effect. | | Drag with left mouse button | Move the image around. | | Scroll wheel or =/- | Zoom in/out. | -| Ctrl + Scroll wheel | Change the radious of the flaslight. | +| Ctrl + Scroll wheel | Change the radius of the flaslight. | ## Configuration @@ -77,11 +77,11 @@ Supported parameters: Experimental or unstable features can be enabled by passing the following flags to `nimble build` command: -| Flag | Description | -|---------------|--------------------------------------------------------------------------------------------------------------------------------| -| `-d:live` | Live image update. See issue [#26]. | +| Flag | Description | +|---------------|---------------------------------------------------------------------------------------------------------------------------------| +| `-d:live` | Live image update. See issue [#26]. | | `-d:mitshm` | Enables faster Live image update using MIT-SHM X11 extension. Should be used along with `-d:live` to have an effect | -| `-d:select` | Application lets the user to click on te window to "track" and it will track that specific window instead of the whole screen. | +| `-d:select` | Application lets the user to click on the window to "track" and it will track that specific window instead of the whole screen. | ## NixOS Overlay From 1eba89afd1d6790278ba74bf14d50364a984584a Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Mon, 20 Nov 2023 06:11:48 +0100 Subject: [PATCH 2/2] More typo fixes Co-authored-by: Manfred Hanke --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b9458f..5962e7c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This will enable reloading the shaders with `Ctrl+R`. The shader files (`frag.gl | f | Toggle flashlight effect. | | Drag with left mouse button | Move the image around. | | Scroll wheel or =/- | Zoom in/out. | -| Ctrl + Scroll wheel | Change the radius of the flaslight. | +| Ctrl + Scroll wheel | Change the radius of the flashlight. | ## Configuration