Changes OpenRGB profile on app start/stop.
- Configuration
- Set the profiles to be applied in
config.json
- Set the profiles to be applied in
- Building
- Compile with
bun build --compile --outfile ./bin/change-lighting ./src/change-lighting
- Compile with
- Usage
- Run with
"./bin/change-lighting" <off/on>
- Run with
Stops and starts SoundSwitch on app start/stop
- Building
- Compile with
bun build --compile --outfile ./bin/close-soundswitch ./src/close-soundswitch
- Compile with
- Usage
- Run with
"./bin/close-soundswitch" <kill/revert>
- Run with
Restarts Voicemeeter Audio Engine on app start
- Building
- Compile with
gcc ./src/restart-audio-engine/main.c -o ./bin/restart-audio-engine.exe
- Compile with
- Usage
- Run with
"./bin/restart-audio-engine"
- Run with
Compile run_script.js with bun build --compile --outfile ./run_script ./run_script.js then add to command do/undo with <full exe path> <script name> <do/undo>