1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <schemalist gettext-domain="mssh">
- <schema id="es.hgarcia.mssh" path="/es/hgarcia/mssh/">
- <key name="font" type="s">
- <default>'Monospace 10'</default>
- <summary>Terminal font</summary>
- <description>Font to use for all MSSH terminals</description>
- </key>
- <key name="fg-colour" type="s">
- <default>'#ffffffffffff'</default>
- <summary>Terminal foreground colour</summary>
- <description>Foreground colour to use for all MSSH terminals</description>
- </key>
- <key name="bg-colour" type="s">
- <default>'#000000000000'</default>
- <summary>Terminal background colour</summary>
- <description>Background colour to use for all MSSH terminals</description>
- </key>
- <key name="recolor-focused" type="b">
- <default>true</default>
- <summary>Recolor focused window</summary>
- <description>Use different Back- and Foreground color for focused window</description>
- </key>
- <key name="fg-colour-focus" type="s">
- <default>'#ffffffffffff'</default>
- <summary>Terminal foreground colour for the focused window</summary>
- <description>Foreground colour to use for the currently focused MSSH terminal</description>
- </key>
- <key name="bg-colour-focus" type="s">
- <default>'#000000000000'</default>
- <summary>Terminal background colour for the focused window</summary>
- <description>Background colour to use for the currently focused MSSH terminal</description>
- </key>
- <key name="columns" type="i">
- <default>2</default>
- <summary>Terminal columns</summary>
- <description>Number of columns of tiled terminals</description>
- </key>
- <key name="timeout" type="i">
- <default>2</default>
- <summary>Terminal close timeout</summary>
- <description>Timeout after which to close ended sessions</description>
- </key>
- <key name="close-ended" type="b">
- <default>true</default>
- <summary>Close ended sessions</summary>
- <description>Close ended ssh sessions</description>
- </key>
- <key name="quit-all-ended" type="b">
- <default>false</default>
- <summary>Quit after all sessions ended</summary>
- <description>Quit MSSH when all ssh sessions have ended</description>
- </key>
- <key name="dir-focus" type="b">
- <default>true</default>
- <summary>Use directional focus</summary>
- <description>Uses directional focus rather than linear focus</description>
- </key>
- <key name="use-pattern-expansion" type="b">
- <default>true</default>
- <summary>Allow expansion of curly braces when adding new sessions</summary>
- <description>Use curly bracket expansion when adding new sessions</description>
- </key>
- <key name="modifier" type="i">
- <default>8</default>
- <summary>Shortcut modifier</summary>
- <description>Modifier used in focus shortcuts</description>
- </key>
- <key name="backscroll-buffer-size" type="i">
- <default>5000</default>
- <summary>Backscroll buffer size</summary>
- <description>Number of lines to keep for every window as a backscroll buffer. Set to -1 to make it infinite</description>
- </key>
- </schema>
- </schemalist>
|