diff options
author | Monsta <[email protected]> | 2015-09-25 13:24:53 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-09-25 13:29:25 +0300 |
commit | 8be368fbb88527c09b01e5e8dc2cc80d4b90b657 (patch) | |
tree | 8613c9fb62b1075dc0f49d5d2ac731dc427facaf /src | |
parent | 28e496adbd7d4733629ef60ff5d390fa5897b1b5 (diff) | |
download | marco-8be368fbb88527c09b01e5e8dc2cc80d4b90b657.tar.bz2 marco-8be368fbb88527c09b01e5e8dc2cc80d4b90b657.tar.xz |
Make center-new-windows true after all, and change the description
to better match it.
This reverts commit 8ca77c72992ab6c1ccf7191b1b38d967b2d68348.
Diffstat (limited to 'src')
-rw-r--r-- | src/org.mate.marco.gschema.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org.mate.marco.gschema.xml b/src/org.mate.marco.gschema.xml index 0e24ab19..62f03f34 100644 --- a/src/org.mate.marco.gschema.xml +++ b/src/org.mate.marco.gschema.xml @@ -167,9 +167,9 @@ <description>Some applications disregard specifications in ways that result in window manager misfeatures. This option puts Marco in a rigorously correct mode, which gives a more consistent user interface, provided one does not need to run any misbehaving applications.</description> </key> <key name="center-new-windows" type="b"> - <default>false</default> + <default>true</default> <summary>Determine if new windows are created on the center of the screen</summary> - <description>By default, marco open new windows on the top left of the screen. If this option is enabled, new windows are open on the center of the screen, instead.</description> + <description>If set to true, new windows are open on the center of the screen, else they are open on the top left of the screen.</description> </key> <key name="side-by-side-tiling" type="b"> <default>true</default> |