Skip to content

Instantly share code, notes, and snippets.

@mkhoeini
Created March 31, 2020 17:25
Show Gist options
  • Save mkhoeini/a80ba550b5413948a77fe0fca18845da to your computer and use it in GitHub Desktop.
Save mkhoeini/a80ba550b5413948a77fe0fca18845da to your computer and use it in GitHub Desktop.
Make KDE apps hires in macos
sudo /usr/libexec/PlistBuddy -c 'Add :NSHighResolutionCapable string "True"' ~/Applications/KDE/dolphin.app/Contents/Info.plist
sudo /usr/libexec/PlistBuddy -c 'Add :NSPrincipalClass string "NSApplication"' ~/Applications/KDE/dolphin.app/Contents/Info.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment