Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a couple of typos #123

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This will enable reloading the shaders with `Ctrl+R`. The shader files (`frag.gl
| <kbd>f</kbd> | Toggle flashlight effect. |
| Drag with left mouse button | Move the image around. |
| Scroll wheel or <kbd>=</kbd>/<kbd>-</kbd> | Zoom in/out. |
| <kbd>Ctrl</kbd> + Scroll wheel | Change the radious of the flaslight. |
| <kbd>Ctrl</kbd> + Scroll wheel | Change the radius of the flaslight. |
wleoncio marked this conversation as resolved.
Show resolved Hide resolved

## Configuration

Expand Down Expand Up @@ -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

Expand Down