diff options
author | Christian Segundo | 2025-03-19 14:18:58 +0100 |
---|---|---|
committer | Christian Segundo | 2025-03-19 14:23:11 +0100 |
commit | 97e8f90bdd1802d4a08a5deb549fb1aa8e8d6768 (patch) | |
tree | d6eee8777fe733e8fce3afda14a46d3c3362c740 /dist/com.osx_jiggler.plist | |
download | osx-jiggler-97e8f90bdd1802d4a08a5deb549fb1aa8e8d6768.tar.gz |
First commit
Diffstat (limited to 'dist/com.osx_jiggler.plist')
-rw-r--r-- | dist/com.osx_jiggler.plist | 16 |
1 files changed, 16 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 |