blob: 12bcfad6eb2618efb4cc95b8121341b80da65df0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
OSX Jiggler
===========
Prevents sleeping by simulating cursor movement. Useful in enterprisy
environments where sleep settings are org managed.
Installation
============
1. Clone or download the source code
2. Run 'make' to compile the program
3. Run 'sudo make install' to install the binary to '/usr/local/bin'
or 'make install PREFIX=/custom/path' if you want to install in a
different location.
4. Run 'osx-jiggler'
5. Optionally, to autostart 'osx-jiggler' you can copy the included
launch agent and start it right away by running:
cp dist/com.osx_jiggler.plist ~/Library/LaunchAgents/ && \
launchctl load ~/Library/LaunchAgents/com.osx_jiggler.plist
|