Skip to content

Instantly share code, notes, and snippets.

@u1i
Created August 23, 2017 11:25
Show Gist options
  • Save u1i/7664e22e50b120e6cb7cf866f1b26c9c to your computer and use it in GitHub Desktop.
Save u1i/7664e22e50b120e6cb7cf866f1b26c9c to your computer and use it in GitHub Desktop.
VLC MacOs disable recent files
defaults write org.videolan.vlc NSRecentDocumentsLimit 0
defaults delete org.videolan.vlc.LSSharedFileList RecentDocuments
defaults write org.videolan.vlc.LSSharedFileList RecentDocuments -dict-add MaxAmount 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment