An open API service indexing awesome lists of open source software.

https://github.com/luckman212/aerial-watchdog

Helper script for Aerial to kill legacyScreenSaver process that has spun out of control
https://github.com/luckman212/aerial-watchdog

aerial macos screensaver sonoma

Last synced: about 1 year ago
JSON representation

Helper script for Aerial to kill legacyScreenSaver process that has spun out of control

Awesome Lists containing this project

README

          

## aerial-watchdog

Little helper script. Installs a LaunchAgent that monitors `legacyScreenSaver` and automatically kills it if it detects that the saver process has hung and is eating the CPU.

This problem seems to occur on some macOS Sonoma 14 machines. See: https://github.com/JohnCoates/Aerial/issues/1341

### Install

- Download the `ss_watchdog` script or clone this repo
- copy the script to `/usr/local/bin`
- execute `ss_watchdog --install` to install the Agent

### Uninstall

- execute `ss_watchdog --uninstall`