Skip to content

Commit

Permalink
release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Feb 3, 2024
1 parent b840e74 commit 7646c70
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ to move the mouse cursor around your screen.
- **Meta + RCtrl**: Perform a left-click.
- **Meta + RShift**: Perform a right-click.

Key bindings can be customized by modifying `config.toml` located at `~/.config/namiska/config.toml`.

## Requirements

Expand Down Expand Up @@ -86,8 +85,14 @@ systemctl --user enable --now namiska

## Customizing Keybindings

To customize keybindings, create a config directory and copy the sample `config.toml` into it. Modify this file according to your preferences.
Its a bit painful to customize keybindings due to rust being staticly typed.
I recommend you fork the code and build with changed const values for keybindings.

## Customizing sensitivity
Adding config.toml into config directory will alllow you to dynamically
change the sensitivity of the mouse movement.

```sh
```sh
mkdir -p ~/.config/namiska
cp config.toml ~/.config/namiska/
Expand Down

0 comments on commit 7646c70

Please sign in to comment.