Skip to content

Instantly share code, notes, and snippets.

@sunnyyoung
Created August 26, 2020 01:22
Show Gist options
  • Save sunnyyoung/246ea495144b56fc692101661ea573f4 to your computer and use it in GitHub Desktop.
Save sunnyyoung/246ea495144b56fc692101661ea573f4 to your computer and use it in GitHub Desktop.
VNC configuration template
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>URL</key>
<string>vnc://username:password@location</string>
<key>restorationAttributes</key>
<dict>
<key>autoClipboard</key>
<true/>
<key>controlMode</key>
<integer>1</integer>
<key>isFullScreen</key>
<false/>
<key>quality</key>
<integer>4</integer>
<key>scalingMode</key>
<true/>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment