jiggler
jiggler copied to clipboard
feat: Run application in background on macOS
Added logic to set the application to run in the background on macOS, preventing the bouncing Python rocket icon in the dock. This is achieved by modifying the LSBackgroundOnly property in the app's NSBundle info dictionary. If AppKit is unavailable, the change is skipped.
Solution obtained from https://github.com/asweigart/pyautogui/issues/344