diff options
author | Bryan Laur <[email protected]> | 2015-07-11 17:45:57 -0400 |
---|---|---|
committer | Bryan Laur <[email protected]> | 2015-07-11 17:45:57 -0400 |
commit | 8ca77c72992ab6c1ccf7191b1b38d967b2d68348 (patch) | |
tree | 11c4489d9419e8bc2343039302e228373efe8a87 | |
parent | 9d5a24638c306bce86244750de082faa09f1f8cd (diff) | |
download | marco-8ca77c72992ab6c1ccf7191b1b38d967b2d68348.tar.bz2 marco-8ca77c72992ab6c1ccf7191b1b38d967b2d68348.tar.xz |
Reverting center-new-windows default to false. This is changed to match the description of the settings. In addition, the behavior to open new windows on the top left of the screen has been consistent for over a decade. I beleive it's counter-productive to change this now.
-rw-r--r-- | src/org.mate.marco.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org.mate.marco.gschema.xml b/src/org.mate.marco.gschema.xml index 4108355c..30b37e50 100644 --- a/src/org.mate.marco.gschema.xml +++ b/src/org.mate.marco.gschema.xml @@ -162,7 +162,7 @@ <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>true</default> + <default>false</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> </key> |