From f5bfd4905a681df9f7aa95b2908d7001287a1a63 Mon Sep 17 00:00:00 2001 From: Jerem Date: Sun, 18 Jun 2023 09:05:33 +0200 Subject: [PATCH] doc: update the Readme --- README.md | 6 +++--- config-editor/src-tauri/src/config_editor.rs | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b6e783d..1b430ce 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,8 @@ half of which by shape bindings. [Download the release](https://github.com/jersou/mouse-actions/releases), the 2 release binaries `mouse-actions` and `mouse-actions-gui` are standalone (but use -the same configuration), the avantage of GUI less version is the RAM usage : -6.6 Mo vs 34 Mo. +the same configuration), the avantage of using GUI less version is the RAM +usage : 6.6 Mo vs 34 Mo. The gui unbundled standalone binary need this packages : @@ -141,7 +141,7 @@ an application launched with your user can listen to your input events ⚠️** ### Platform compatibility -I only tested on Linux + X11 and Linux + Wayland, but it should work on Mac, +I only tested it on Linux + X11 and Linux + Wayland, but it should work on Mac, Windows. The `grab` feature from rdev give an inaccurate mouse position, so Mouse_actions diff --git a/config-editor/src-tauri/src/config_editor.rs b/config-editor/src-tauri/src/config_editor.rs index 710a3aa..258a66f 100644 --- a/config-editor/src-tauri/src/config_editor.rs +++ b/config-editor/src-tauri/src/config_editor.rs @@ -31,7 +31,6 @@ fn start() { let args = mouse_actions::args::parse(); let mut cmd: Vec = Vec::new(); cmd.push(ma_exe_path.to_str().unwrap().to_string()); - // Args:: // FIXME : generic forward args if args.no_listen { cmd.push(String::from("--no-listen"));