summaryrefslogtreecommitdiff
path: root/data/apps_mate_settings_daemon_xrandr.schemas.in
blob: 3428354690bab8d0f9de8fcb39454b0acc122376 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?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/use_xorg_monitor_settings</key>
	    <applyto>/apps/mate_settings_daemon/xrandr/use_xorg_monitor_settings</applyto>
            <owner>mate</owner>
	    <type>bool</type>
            <default>true</default>
            <locale name="C">
	        <short>Do not touch monitor configuration</short>
		<long>Usually, mate-settings-daemon configures internal and
		    external monitors according to the
		    turn_on_external_monitors_at_startup and
		    turn_on_laptop_monitor_at_startup settings and determines
		    an appropriate cloning/side-by-side mode. Setting this key
		    to True disables this, and the monitor settings are not
		    touched at all (unless there is an explicit user
		    configuration).
		</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>