-
Download and install these two CLI tools:
-
Create a permanent folder on your file explorer named something like
BetterDiscordReinstall
. -
Depending on your Discord client, place the two batch programs in the folder:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Saved from https://autohotkey.com/board/topic/42561-hide-mouse-cursor-when-idle/?p=391177 | |
; see also: https://superuser.com/a/68302/144573 | |
; see also: https://github.com/r-k-b/autohotkeys/blob/master/windows/hide-idle-mouse.ahk | |
Last_Move := A_TickCount | |
State := True | |
Loop | |
{ | |
MouseGetPos, Mouse_X, Mouse_Y |