mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
This will allow side-wide customization. Fixes: https://github.com/XQuartz/XQuartz/issues/274 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
17 lines
399 B
Text
17 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>
|