123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <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>
- </schemalist>
- </gconfschemafile>
|