mssh.gconf.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <gconfschemafile>
  2. <schemalist>
  3. <schema>
  4. <key>/schemas/apps/mssh/font</key>
  5. <applyto>/apps/mssh/font</applyto>
  6. <owner>mssh</owner>
  7. <type>string</type>
  8. <default>Monospace 10</default>
  9. <locale name="C">
  10. <short>Terminal font</short>
  11. <long>Font to use for all MSSH terminals</long>
  12. </locale>
  13. </schema>
  14. <schema>
  15. <key>/schemas/apps/mssh/fg_colour</key>
  16. <applyto>/apps/mssh/fg_colour</applyto>
  17. <owner>mssh</owner>
  18. <type>string</type>
  19. <default>#ffffffffffff</default>
  20. <locale name="C">
  21. <short>Terminal foreground colour</short>
  22. <long>Foreground colour to use for all MSSH terminals</long>
  23. </locale>
  24. </schema>
  25. <schema>
  26. <key>/schemas/apps/mssh/bg_colour</key>
  27. <applyto>/apps/mssh/bg_colour</applyto>
  28. <owner>mssh</owner>
  29. <type>string</type>
  30. <default>#000000000000</default>
  31. <locale name="C">
  32. <short>Terminal background colour</short>
  33. <long>Background colour to use for all MSSH terminals</long>
  34. </locale>
  35. </schema>
  36. <schema>
  37. <key>/schemas/apps/mssh/coloums</key>
  38. <applyto>/apps/mssh/columns</applyto>
  39. <owner>mssh</owner>
  40. <type>int</type>
  41. <default>2</default>
  42. <locale name="C">
  43. <short>Terminal columns</short>
  44. <long>Number of columns of tiled terminals</long>
  45. </locale>
  46. </schema>
  47. </schemalist>
  48. </gconfschemafile>