File: es.hgarcia.mssh.gschema.xml

package info (click to toggle)
mssh 2.2-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,152 kB
  • sloc: sh: 1,938; ansic: 1,866; xml: 74; makefile: 41; sed: 16
file content (74 lines) | stat: -rw-r--r-- 3,195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<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>