/usr/share/glib-2.0/schemas/org.cinnamon.settings-daemon.plugins.xrandr.gschema.xml is in cinnamon-settings-daemon 2.8.3-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/cinnamon/settings-daemon/plugins/xrandr/" id="org.cinnamon.settings-daemon.plugins.xrandr" gettext-domain="cinnamon-settings-daemon">
<key type="b" name="active">
<default>true</default>
<summary>Activation of this plugin</summary>
<description>Whether this plugin would be activated by cinnamon-settings-daemon or not</description>
</key>
<key type="s" name="default-configuration-file">
<default>'/etc/cinnamon-settings-daemon/xrandr/monitors.xml'</default>
<summary>File for default configuration for RandR</summary>
<description>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.</description>
</key>
<key type="i" name="priority">
<default>2</default>
<summary>Priority to use for this plugin</summary>
<description>Priority to use for this plugin in cinnamon-settings-daemon startup queue</description>
</key>
<key name="default-monitors-setup" enum="org.cinnamon.settings-daemon.CsdXrandrBootBehaviour">
<default>'follow-lid'</default>
<summary>Whether to turn off specific monitors after boot</summary>
<description>clone' will display the same thing on all monitors, 'dock' will switch off the internal monitor, 'do-nothing' will use the default Xorg behaviour (extend the desktop in recent versions). The default, 'follow-lid', will choose between 'do-nothing' and 'dock' depending on whether the lid is (respectively) open or closed.</description>
</key>
</schema>
</schemalist>
|