From 323ebf7538de3e9bfddee0065777e3c1d4c58bb2 Mon Sep 17 00:00:00 2001 From: ExilProductions Date: Fri, 8 Aug 2025 05:59:45 +0200 Subject: [PATCH] Edit Readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7cf19bf..6fd43c6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,16 @@ It's a fun little distraction that makes your desktop feel a bit more alive. Just run the `WindowEvader.exe` file. You can build it yourself using the provided solution file. +## Tweaking the Behavior + +If you want to change how the windows react, you can edit the `Program.cs` file and change these values at the top: + +* `ProximityThreshold`: This is how close your mouse has to be to a window to make it move. A smaller number means you have to get closer. +* `BaseMoveDistance`: This is the base distance the window will jump away. +* `UpdateIntervalMilliseconds`: This controls how often the program checks your mouse position. A lower number will make the movements smoother, but will use a bit more CPU. + +After changing the values, you'll need to rebuild the project. + ## How to stop it The program runs in the background without a visible window. To stop it, you can run the `kill_window_evader.bat` script located in the `Scripts` folder.