Just a short script I wrote to disable my mouse to get me into better workflow habits - Programming On Unix
Users browsing this thread: 6 Guest(s)
|
|||
Got mad at myself for constantly using the mouse for certain tasks when I can just use the keyboard for it. Wrote this little script to find my mouse and disable me completely from using it. Touched it up a little after to make it auto detect the mouse device and the screen resolution:
Code: #!/bin/bash |
|||