Skip to content

Instantly share code, notes, and snippets.

View joeytepp's full-sized avatar
:shipit:

Joey Tepperman joeytepp

:shipit:
View GitHub Profile
@antonmry
antonmry / litra-auto-on.plist
Last active May 29, 2024 03:14
This is script to auto on/off a Logitech light when the webcam is on/off in Mac. It requires hidapitester
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>litra-auto-on</string>
<key>ProgramArguments</key>
<array><string>/Library/LaunchDaemons/litra-auto-on.sh</string></array>
<key>RunAtLoad</key>
<true/>