summaryrefslogtreecommitdiff
path: root/data/org.gnome.settings-daemon.plugins.xrandr.gschema.xml.in.in
blob: d969502f8fcc0f338a3f51f4e1876b1654700aa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<schemalist>
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.plugins.xrandr" path="/org/gnome/settings-daemon/plugins/xrandr/">
    <key name="default-configuration-file" type="s">
      <default>'/etc/gnome-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 name="default-monitors-setup" enum="org.gnome.settings-daemon.GsdXrandrBootBehaviour">
      <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>