Skip to content

Simulate user activity by moving the mouse pointer back and forth a bit whenever the user has been idle for a specified amount of time.

License

Notifications You must be signed in to change notification settings

607011/simactivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simactivity

Simulate user activity by moving the mouse pointer back and forth a bit whenever the user has been idle for a specified amount of time.

Successfully tested with

  • macOS (macOS 10.12 (Sierra) and later required)
    • macOS Sonoma 14.3 (Apple silicon)
  • Linux (X11)
    • Kali Linux in UTM VM
  • Windows
    • Windows 11

Build

Prerequisites

macOS

Windows

Linux

  • CMake
  • C++ compiler, e.g. g++
  • X11 libs

Compile

macOS / Linux

git clone https://github.com/607011/simactivity.git
cd simactivity
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

Windows

Open Visual Studio Developer Console.

git clone https://github.com/607011/simactivity.git
cd simactivity
md build
cd build
cmake ..
cmake --build . --config Release

Run

macOS / Linux

./iamhere

Windows

iamhere.exe

About

Simulate user activity by moving the mouse pointer back and forth a bit whenever the user has been idle for a specified amount of time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published