18 lines
399 B
Text
18 lines
399 B
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
|
|
||
|
<!-- This file contains system-wide defaults for XQuartz -->
|
||
|
|
||
|
<plist version="1.0">
|
||
|
<dict>
|
||
|
<key>apps_menu</key>
|
||
|
<array>
|
||
|
<array>
|
||
|
<string>Terminal</string>
|
||
|
<string>xterm</string>
|
||
|
<string>n</string>
|
||
|
</array>
|
||
|
</array>
|
||
|
</dict>
|
||
|
</plist>
|