From c292dc0225b1af53441fcc9f4be474d63b35e349 Mon Sep 17 00:00:00 2001 From: ExilProductions Date: Fri, 8 Aug 2025 05:55:20 +0200 Subject: [PATCH] Add Readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7cf19bf --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# WindowEvader + +Ever feel like your windows are just a little too... still? Like they're just sitting there, waiting for you to click on them? Well, I made this little app to make them a bit more lively. + +## What it does + +This program makes all your windows a bit "touch sensitive". When your mouse cursor gets too close to a window, it will gently move away, like it's shy. The faster you move your mouse, the more it will react. If a window hits the edge of the screen, it will teleport to the opposite side. + +It's a fun little distraction that makes your desktop feel a bit more alive. + +## How to use it + +Just run the `WindowEvader.exe` file. You can build it yourself using the provided solution file. + +## 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.