diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/com.osx-jiggler.plist | 16 | ||||
-rw-r--r-- | dist/com.osx_jiggler.plist | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dist/com.osx-jiggler.plist b/dist/com.osx-jiggler.plist new file mode 100644 index 0000000..9fbbbe4 --- /dev/null +++ b/dist/com.osx-jiggler.plist @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>Label</key> + <string>com.osx_jiggler</string> + <key>ProgramArguments</key> + <array> + <string>/usr/local/bin/osx-jiggler</string> + </array> + <key>KeepAlive</key> + <true/> + <key>RunAtLoad</key> + <true/> +</dict> +</plist>>
\ No newline at end of file diff --git a/dist/com.osx_jiggler.plist b/dist/com.osx_jiggler.plist new file mode 100644 index 0000000..9fbbbe4 --- /dev/null +++ b/dist/com.osx_jiggler.plist @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>Label</key> + <string>com.osx_jiggler</string> + <key>ProgramArguments</key> + <array> + <string>/usr/local/bin/osx-jiggler</string> + </array> + <key>KeepAlive</key> + <true/> + <key>RunAtLoad</key> + <true/> +</dict> +</plist>>
\ No newline at end of file |