Skip to content

Commit

Permalink
doc: update the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jersou committed Jun 18, 2023
1 parent cec2d82 commit f5bfd49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion config-editor/src-tauri/src/config_editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ fn start() {
let args = mouse_actions::args::parse();
let mut cmd: Vec<String> = 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"));
Expand Down

0 comments on commit f5bfd49

Please sign in to comment.