mssh.schemas 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. <schema>
  48. <key>/schemas/apps/mssh/timeout</key>
  49. <applyto>/apps/mssh/timeout</applyto>
  50. <owner>mssh</owner>
  51. <type>int</type>
  52. <default>2</default>
  53. <locale name="C">
  54. <short>Terminal close timeout</short>
  55. <long>Timeout after which to close ended sessions</long>
  56. </locale>
  57. </schema>
  58. <schema>
  59. <key>/schemas/apps/mssh/close_ended</key>
  60. <applyto>/apps/mssh/close_ended</applyto>
  61. <owner>mssh</owner>
  62. <type>bool</type>
  63. <default>true</default>
  64. <locale name="C">
  65. <short>Close ended sessions</short>
  66. <long>Close ended ssh sessions</long>
  67. </locale>
  68. </schema>
  69. <schema>
  70. <key>/schemas/apps/mssh/quit_all_ended</key>
  71. <applyto>/apps/mssh/quit_all_ended</applyto>
  72. <owner>mssh</owner>
  73. <type>bool</type>
  74. <default>false</default>
  75. <locale name="C">
  76. <short>Quit after all sessions ended</short>
  77. <long>Quit MSSH when all ssh sessions have ended</long>
  78. </locale>
  79. </schema>
  80. </schemalist>
  81. </gconfschemafile>