Skip to content

Instantly share code, notes, and snippets.

View dreambold's full-sized avatar
🎯
Focusing

dreambold dreambold

🎯
Focusing
View GitHub Profile
@jdhenckel
jdhenckel / MouseMinder.cs
Last active January 25, 2024 00:50
You can run this in the background and it will move your mouse to a nice location if you leave it idle for long enough time.
using System.Runtime.InteropServices;
using System;
using System.Numerics;
using System.Threading;
namespace MouseMinder
{
/***************
* John Henckel, jdhenckel@gmail.com 1 OCT 2020
*