diff options
Diffstat (limited to 'src/org.mate.system-monitor.gschema.xml.in')
-rw-r--r-- | src/org.mate.system-monitor.gschema.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/org.mate.system-monitor.gschema.xml.in b/src/org.mate.system-monitor.gschema.xml.in index aa694a9..3c301c8 100644 --- a/src/org.mate.system-monitor.gschema.xml.in +++ b/src/org.mate.system-monitor.gschema.xml.in @@ -5,6 +5,10 @@ <default>(700, 500, 50, 50)</default> <summary>Main window size and position in the form (width, height, xpos, ypos)</summary> </key> + <key name="maximized" type="b"> + <default>false</default> + <summary>If TRUE, main window will open maximized, and saved size and position values are ignored.</summary> + </key> <key name="show-tree" type="b"> <default>false</default> <summary>Show process dependencies in tree form</summary> |