es.hgarcia.mssh.gschema.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <schemalist gettext-domain="mssh">
  2. <schema id="es.hgarcia.mssh" path="/es/hgarcia/mssh/">
  3. <key name="font" type="s">
  4. <default>'Monospace 10'</default>
  5. <summary>Terminal font</summary>
  6. <description>Font to use for all MSSH terminals</description>
  7. </key>
  8. <key name="fg-colour" type="s">
  9. <default>'#ffffffffffff'</default>
  10. <summary>Terminal foreground colour</summary>
  11. <description>Foreground colour to use for all MSSH terminals</description>
  12. </key>
  13. <key name="bg-colour" type="s">
  14. <default>'#000000000000'</default>
  15. <summary>Terminal background colour</summary>
  16. <description>Background colour to use for all MSSH terminals</description>
  17. </key>
  18. <key name="recolor-focused" type="b">
  19. <default>true</default>
  20. <summary>Recolor focused window</summary>
  21. <description>Use different Back- and Foreground color for focused window</description>
  22. </key>
  23. <key name="fg-colour-focus" type="s">
  24. <default>'#ffffffffffff'</default>
  25. <summary>Terminal foreground colour for the focused window</summary>
  26. <description>Foreground colour to use for the currently focused MSSH terminal</description>
  27. </key>
  28. <key name="bg-colour-focus" type="s">
  29. <default>'#000000000000'</default>
  30. <summary>Terminal background colour for the focused window</summary>
  31. <description>Background colour to use for the currently focused MSSH terminal</description>
  32. </key>
  33. <key name="columns" type="i">
  34. <default>2</default>
  35. <summary>Terminal columns</summary>
  36. <description>Number of columns of tiled terminals</description>
  37. </key>
  38. <key name="timeout" type="i">
  39. <default>2</default>
  40. <summary>Terminal close timeout</summary>
  41. <description>Timeout after which to close ended sessions</description>
  42. </key>
  43. <key name="close-ended" type="b">
  44. <default>true</default>
  45. <summary>Close ended sessions</summary>
  46. <description>Close ended ssh sessions</description>
  47. </key>
  48. <key name="quit-all-ended" type="b">
  49. <default>false</default>
  50. <summary>Quit after all sessions ended</summary>
  51. <description>Quit MSSH when all ssh sessions have ended</description>
  52. </key>
  53. <key name="dir-focus" type="b">
  54. <default>true</default>
  55. <summary>Use directional focus</summary>
  56. <description>Uses directional focus rather than linear focus</description>
  57. </key>
  58. <key name="use-pattern-expansion" type="b">
  59. <default>true</default>
  60. <summary>Allow expansion of curly braces when adding new sessions</summary>
  61. <description>Use curly bracket expansion when adding new sessions</description>
  62. </key>
  63. <key name="modifier" type="i">
  64. <default>8</default>
  65. <summary>Shortcut modifier</summary>
  66. <description>Modifier used in focus shortcuts</description>
  67. </key>
  68. <key name="backscroll-buffer-size" type="i">
  69. <default>5000</default>
  70. <summary>Backscroll buffer size</summary>
  71. <description>Number of lines to keep for every window as a backscroll buffer. Set to -1 to make it infinite</description>
  72. </key>
  73. </schema>
  74. </schemalist>