From 7646c70733e34f132497d86c3b8d5513a3cb7854 Mon Sep 17 00:00:00 2001 From: hitchhooker Date: Sat, 3 Feb 2024 22:18:54 +0700 Subject: [PATCH] release v0.1.1 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65a16d9..e83cce8 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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/