From 69ba76e82eef061e961e11a9d808dd5312488a3e Mon Sep 17 00:00:00 2001 From: starlight Date: Tue, 18 Mar 2025 16:11:37 +1300 Subject: [PATCH] quick readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cfdf957..3d24079 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # copybot you may need to install libxdo-dev, check https://github.com/Enigo-rs/Enigo for instructions +if it still doesnt work, you may need to add yourself to the input group on linux +`usermod -a -G input $(whoami)` + +## config + - default: remove default config notice + - theme: choose between grey / night / day / catppuccin_mocha + - bind: a key from https://docs.rs/rdev/latest/rdev/enum.Key.html + - shift_enter_newline: if true, hold shift while pressing enter for a new line. this is useful for preparing a whole message for things like chat apps (also, when false, delay/spam timeouts may cut off some messages/characters) + +config is stored in a folder in your os config directory (found using https://crates.io/crates/dirs)