12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <gconfschemafile>
- <schemalist>
- <schema>
- <key>/schemas/apps/mssh/font</key>
- <applyto>/apps/mssh/font</applyto>
- <owner>mssh</owner>
- <type>string</type>
- <default>Monospace 10</default>
- <locale name="C">
- <short>Terminal font</short>
- <long>Font to use for all MSSH terminals</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mssh/fg_colour</key>
- <applyto>/apps/mssh/fg_colour</applyto>
- <owner>mssh</owner>
- <type>string</type>
- <default>#ffffffffffff</default>
- <locale name="C">
- <short>Terminal foreground colour</short>
- <long>Foreground colour to use for all MSSH terminals</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mssh/bg_colour</key>
- <applyto>/apps/mssh/bg_colour</applyto>
- <owner>mssh</owner>
- <type>string</type>
- <default>#000000000000</default>
- <locale name="C">
- <short>Terminal background colour</short>
- <long>Background colour to use for all MSSH terminals</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mssh/coloums</key>
- <applyto>/apps/mssh/columns</applyto>
- <owner>mssh</owner>
- <type>int</type>
- <default>2</default>
- <locale name="C">
- <short>Terminal columns</short>
- <long>Number of columns of tiled terminals</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mssh/timeout</key>
- <applyto>/apps/mssh/timeout</applyto>
- <owner>mssh</owner>
- <type>int</type>
- <default>2</default>
- <locale name="C">
- <short>Terminal close timeout</short>
- <long>Timeout after which to close ended sessions</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mssh/close_ended</key>
- <applyto>/apps/mssh/close_ended</applyto>
- <owner>mssh</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Close ended sessions</short>
- <long>Close ended ssh sessions</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mssh/quit_all_ended</key>
- <applyto>/apps/mssh/quit_all_ended</applyto>
- <owner>mssh</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Quit after all sessions ended</short>
- <long>Quit MSSH when all ssh sessions have ended</long>
- </locale>
- </schema>
- </schemalist>
- </gconfschemafile>
|