https://github.com/ericwindmill/nomouse
A fork of the original nomouse, the creator of which has disappeared.
https://github.com/ericwindmill/nomouse
Last synced: about 1 year ago
JSON representation
A fork of the original nomouse, the creator of which has disappeared.
- Host: GitHub
- URL: https://github.com/ericwindmill/nomouse
- Owner: ericwindmill
- Created: 2018-06-25T23:33:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T23:34:35.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T21:08:03.603Z (over 1 year ago)
- Language: Objective-C
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nomouse
Discourages mouse usage by dimming screen by 10% of maximum brightness whenever
you left click. Brightness gets restored over next 6.666 seconds. This is
meant to be annoying and motivate you to learn keyboard shortcuts.
**Currently for OS X only.**
# TODO
* Windows port
* Some kind of UI with configurable settings
* Adjustable max brightness
## Building and running
```
git clone https://github.com/brhs/nomouse
cd nomouse
make
bin/nomouse
```