diff options
author | Stefano Karapetsas <[email protected]> | 2014-05-10 15:44:23 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-05-10 15:44:23 +0200 |
commit | 86de83b061a4ff0901e563db3671180c79abf007 (patch) | |
tree | 67ff067243457ae1f594aacca874b8fbe5f3485b /src | |
parent | 7efc3d6e3ba89ec456b99349364f72b5c861ad96 (diff) | |
download | marco-86de83b061a4ff0901e563db3671180c79abf007.tar.bz2 marco-86de83b061a4ff0901e563db3671180c79abf007.tar.xz |
Enable new features by default
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 23b10dee..a0725382 100644 --- a/src/org.mate.marco.gschema.xml +++ b/src/org.mate.marco.gschema.xml @@ -162,12 +162,12 @@ <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> </key> <key name="side-by-side-tiling" type="b"> - <default>false</default> + <default>true</default> <summary>Whether to enable side-by-side tiling</summary> <description>If enabled, dropping windows on screen edges maximizes them vertically and resizes them horizontally to cover half of the available area. Drag-dropping to the top maximizes the window.</description> </key> |