diff options
Diffstat (limited to 'src/org.mate.system-monitor.gschema.xml.in.in')
-rw-r--r-- | src/org.mate.system-monitor.gschema.xml.in.in | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/src/org.mate.system-monitor.gschema.xml.in.in b/src/org.mate.system-monitor.gschema.xml.in.in index c27c4a8..4a3c9e9 100644 --- a/src/org.mate.system-monitor.gschema.xml.in.in +++ b/src/org.mate.system-monitor.gschema.xml.in.in @@ -296,10 +296,42 @@ <_summary>Show process 'Control Group' column on startup</_summary> </key> <key name="col-18-width" type="i"> + <default>70</default> + <_summary>Width of process 'Unit' column</_summary> + </key> + <key name="col-18-visible" type="b"> + <default>true</default> + <_summary>Show process 'Unit' column on startup</_summary> + </key> + <key name="col-19-width" type="i"> + <default>41</default> + <_summary>Width of process 'Session' column</_summary> + </key> + <key name="col-19-visible" type="b"> + <default>false</default> + <_summary>Show process 'Session' column on startup</_summary> + </key> + <key name="col-20-width" type="i"> + <default>59</default> + <_summary>Width of process 'Seat' column</_summary> + </key> + <key name="col-20-visible" type="b"> + <default>false</default> + <_summary>Show process 'Seat' column on startup</_summary> + </key> + <key name="col-21-width" type="i"> + <default>59</default> + <_summary>Width of process 'Owner' column</_summary> + </key> + <key name="col-21-visible" type="b"> + <default>false</default> + <_summary>Show process 'Owner' column on startup</_summary> + </key> + <key name="col-22-width" type="i"> <default>100</default> <_summary>Width of process 'Priority' column</_summary> </key> - <key name="col-18-visible" type="b"> + <key name="col-22-visible" type="b"> <default>true</default> <_summary>Show process 'Priority' column on startup</_summary> </key> |