Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jalmeroth/ncprefs

A tool to remove Notifications on MacOS lock screen
https://github.com/jalmeroth/ncprefs

Last synced: about 2 months ago
JSON representation

A tool to remove Notifications on MacOS lock screen

Awesome Lists containing this project

README

        

# Manage Mac OS NotificationCenter preferences

This tool will parse your users NotificationCenter preferences and disable „Show notifications on lock screen“ for all non-system apps.

## Usage

```
% ./main.py
Change for: com.apple.iCal
Change for: com.apple.FaceTime
Change for: com.apple.mail
Change for: com.apple.iChat
Change for: com.apple.Safari
Change for: com.apple.gamecenter
Change for: com.apple.iBooksX
Change for: com.apple.Notes

Import new preferences with:
defaults import com.apple.ncprefs - < /Users/jan/Desktop/com.apple.ncprefs.plist

Finally execute to reload:
killall NotificationCenter && killall usernoted
```