Skip to content

Commit ad8487c

Browse files
committed
Disable automaximize by default.
It's too aggressive in its current state, but making it any less so runs afoul of the fact that both server- and client-decorated windows report inaccurate sizes during placement, as their decorations and/or shadows haven't been accounted for.
1 parent 2b9c8a5 commit ad8487c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/org.cinnamon.muffin.gschema.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
</key>
129129

130130
<key name="auto-maximize" type="b">
131-
<default>true</default>
131+
<default>false</default>
132132
<summary>Auto maximize nearly monitor sized windows</summary>
133133
<description>
134134
If enabled, new windows that are initially the size of the monitor

0 commit comments

Comments
 (0)