blob: 2314ac88efc6d8a8682081a747ad9d9af5abf4c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<?xml version="1.0"?>
<mateconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/mate_settings_daemon/xrandr/show_notification_icon</key>
<applyto>/apps/mate_settings_daemon/xrandr/show_notification_icon</applyto>
<owner>mate</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Show Displays in Notification Area</short>
<long>Whether a notification icon with display-related things should be
shown in the panel.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/mate_settings_daemon/xrandr/turn_on_external_monitors_at_startup</key>
<applyto>/apps/mate_settings_daemon/xrandr/turn_on_external_monitors_at_startup</applyto>
<owner>mate</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Turn on external monitor after system boot</short>
<long>Turn on external monitor after system boot if user plugs in
external monitor on system boot.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/mate_settings_daemon/xrandr/turn_on_laptop_monitor_at_startup</key>
<applyto>/apps/mate_settings_daemon/xrandr/turn_on_laptop_monitor_at_startup</applyto>
<owner>mate</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Turn on laptop monitor after system boot</short>
<long>Turn on laptop monitor after system boot if user plugs in
external monitor on system boot.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/mate_settings_daemon/xrandr/default_configuration_file</key>
<applyto>/apps/mate_settings_daemon/xrandr/default_configuration_file</applyto>
<owner>mate</owner>
<type>string</type>
<default>/etc/mate-settings-daemon/xrandr/monitors.xml</default>
<locale name="C">
<short>File for default configuration for RandR</short>
<long>The XRandR plugin will look for a default
configuration in the file specified by this key. This
is similar to the ~/.config/monitors.xml that normally
gets stored in users' home directories. If a user
does not have such a file, or has one that does not
match the user's setup of monitors, then the file
specified by this key will be used instead.
</long>
</locale>
</schema>
</schemalist>
</mateconfschemafile>
|