diff options
author | No_name <[email protected]> | 2015-09-25 11:34:42 +0200 |
---|---|---|
committer | No_name <[email protected]> | 2015-09-25 11:34:42 +0200 |
commit | 7aafd687aee69acdec49cd28062294c9984b9a2c (patch) | |
tree | 28f95c12e110780fe4c2c791993ef2564d4656d4 /src | |
parent | 2380955609c8bb383226951660d6fd1944481e9b (diff) | |
parent | 8ca77c72992ab6c1ccf7191b1b38d967b2d68348 (diff) | |
download | marco-7aafd687aee69acdec49cd28062294c9984b9a2c.tar.bz2 marco-7aafd687aee69acdec49cd28062294c9984b9a2c.tar.xz |
Merge pull request #203 from bjlaur/master
Reverting center-new-windows default to false.
Diffstat (limited to 'src')
-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 6b4a8562..0e24ab19 100644 --- a/src/org.mate.marco.gschema.xml +++ b/src/org.mate.marco.gschema.xml @@ -167,7 +167,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> |