diff options
Diffstat (limited to 'data/apps_mate_settings_daemon_xrandr.schemas.in')
-rw-r--r-- | data/apps_mate_settings_daemon_xrandr.schemas.in | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/data/apps_mate_settings_daemon_xrandr.schemas.in b/data/apps_mate_settings_daemon_xrandr.schemas.in new file mode 100644 index 0000000..2314ac8 --- /dev/null +++ b/data/apps_mate_settings_daemon_xrandr.schemas.in @@ -0,0 +1,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> |