mssh.schemas 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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/recolor_focused</key>
  38. <applyto>/apps/mssh/recolor_focused</applyto>
  39. <owner>mssh</owner>
  40. <type>bool</type>
  41. <default>true</default>
  42. <locale name="C">
  43. <short>Recolor focused window</short>
  44. <long>Use different Back- and Foreground color for focused window</long>
  45. </locale>
  46. </schema>
  47. <schema>
  48. <key>/schemas/apps/mssh/fg_colour_focus</key>
  49. <applyto>/apps/mssh/fg_colour_focus</applyto>
  50. <owner>mssh</owner>
  51. <type>string</type>
  52. <default>#ffffffffffff</default>
  53. <locale name="C">
  54. <short>Terminal foreground colour for the focused window</short>
  55. <long>Foreground colour to use for the currently focused MSSH terminal</long>
  56. </locale>
  57. </schema>
  58. <schema>
  59. <key>/schemas/apps/mssh/bg_colour_focus</key>
  60. <applyto>/apps/mssh/bg_colour_focus</applyto>
  61. <owner>mssh</owner>
  62. <type>string</type>
  63. <default>#000000000000</default>
  64. <locale name="C">
  65. <short>Terminal background colour for the focused window</short>
  66. <long>Background colour to use for the currently focused MSSH terminal</long>
  67. </locale>
  68. </schema>
  69. <schema>
  70. <key>/schemas/apps/mssh/coloums</key>
  71. <applyto>/apps/mssh/columns</applyto>
  72. <owner>mssh</owner>
  73. <type>int</type>
  74. <default>2</default>
  75. <locale name="C">
  76. <short>Terminal columns</short>
  77. <long>Number of columns of tiled terminals</long>
  78. </locale>
  79. </schema>
  80. <schema>
  81. <key>/schemas/apps/mssh/timeout</key>
  82. <applyto>/apps/mssh/timeout</applyto>
  83. <owner>mssh</owner>
  84. <type>int</type>
  85. <default>2</default>
  86. <locale name="C">
  87. <short>Terminal close timeout</short>
  88. <long>Timeout after which to close ended sessions</long>
  89. </locale>
  90. </schema>
  91. <schema>
  92. <key>/schemas/apps/mssh/close_ended</key>
  93. <applyto>/apps/mssh/close_ended</applyto>
  94. <owner>mssh</owner>
  95. <type>bool</type>
  96. <default>true</default>
  97. <locale name="C">
  98. <short>Close ended sessions</short>
  99. <long>Close ended ssh sessions</long>
  100. </locale>
  101. </schema>
  102. <schema>
  103. <key>/schemas/apps/mssh/quit_all_ended</key>
  104. <applyto>/apps/mssh/quit_all_ended</applyto>
  105. <owner>mssh</owner>
  106. <type>bool</type>
  107. <default>false</default>
  108. <locale name="C">
  109. <short>Quit after all sessions ended</short>
  110. <long>Quit MSSH when all ssh sessions have ended</long>
  111. </locale>
  112. </schema>
  113. <schema>
  114. <key>/schemas/apps/mssh/dir_focus</key>
  115. <applyto>/apps/mssh/dir_focus</applyto>
  116. <owner>mssh</owner>
  117. <type>bool</type>
  118. <default>true</default>
  119. <locale name="C">
  120. <short>Use directional focus</short>
  121. <long>Uses directional focus rather than linear focus</long>
  122. </locale>
  123. </schema>
  124. <schema>
  125. <key>/schemas/apps/mssh/use_pattern_expansion</key>
  126. <applyto>/apps/mssh/use_pattern_expansion</applyto>
  127. <owner>mssh</owner>
  128. <type>bool</type>
  129. <default>true</default>
  130. <locale name="C">
  131. <short>Allow expansion of curly braces when adding new sessions</short>
  132. <long>Use curly bracket expansion when adding new sessions</long>
  133. </locale>
  134. </schema>
  135. <schema>
  136. <key>/schemas/apps/mssh/modifier</key>
  137. <applyto>/apps/mssh/modifier</applyto>
  138. <owner>mssh</owner>
  139. <type>int</type>
  140. <default>8</default>
  141. <locale name="C">
  142. <short>Shortcut modifier</short>
  143. <long>Modifier used in focus shortcuts</long>
  144. </locale>
  145. </schema>
  146. <schema>
  147. <key>/schemas/apps/mssh/backscroll_buffer_size</key>
  148. <applyto>/apps/mssh/backscroll_buffer_size</applyto>
  149. <owner>mssh</owner>
  150. <type>int</type>
  151. <default>5000</default>
  152. <locale name="C">
  153. <short>Backscroll buffer size</short>
  154. <long>Number of lines to keep for every window as a backscroll buffer. Set to -1 to make it infinite</long>
  155. </locale>
  156. </schema>
  157. </schemalist>
  158. </gconfschemafile>