diff options
author | Bastien Nocera <[email protected]> | 2010-11-05 16:01:35 +0000 |
---|---|---|
committer | Benjamin Valentin <[email protected]> | 2012-03-16 09:29:10 +0100 |
commit | 3b1fa7dde9b8fc7fe0b22c9385703a2d150cd643 (patch) | |
tree | a561391a1dd9a8cc2f871c85e7d72b5c5c60ef9c | |
parent | a525db8f795d2101969a47f06c9fb6b60a497fb3 (diff) | |
download | mate-settings-daemon-3b1fa7dde9b8fc7fe0b22c9385703a2d150cd643.tar.bz2 mate-settings-daemon-3b1fa7dde9b8fc7fe0b22c9385703a2d150cd643.tar.xz |
xrandr: Use Xorg monitor settings by default
So as not to break the default behaviour.
-rw-r--r-- | data/apps_mate_settings_daemon_xrandr.schemas.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/apps_mate_settings_daemon_xrandr.schemas.in b/data/apps_mate_settings_daemon_xrandr.schemas.in index a8adbc9..3428354 100644 --- a/data/apps_mate_settings_daemon_xrandr.schemas.in +++ b/data/apps_mate_settings_daemon_xrandr.schemas.in @@ -19,7 +19,7 @@ <applyto>/apps/mate_settings_daemon/xrandr/use_xorg_monitor_settings</applyto> <owner>mate</owner> <type>bool</type> - <default>false</default> + <default>true</default> <locale name="C"> <short>Do not touch monitor configuration</short> <long>Usually, mate-settings-daemon configures internal and |