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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<schemalist>
<enum id="yad.homend">
<value nick="never" value="0"/>
<value nick="before" value="1"/>
<value nick="after" value="2"/>
<value nick="always" value="3"/>
</enum>
<schema id="yad.settings" path="/yad/settings/" gettext-domain="yad">
<key name="width" type="i">
<default>-1</default>
<_summary>Default width of dialog window</_summary>
</key>
<key name="height" type="i">
<default>-1</default>
<_summary>Default height of dialog window</_summary>
</key>
<key name="border" type="i">
<default>5</default>
<_summary>Borders around dialog</_summary>
</key>
<key name="show-remain" type="b">
<default>false</default>
<_summary>Show remaining time and percentage in timeout progress bar</_summary>
</key>
<key name="combo-always-editable" type="b">
<default>false</default>
<_summary>Combo-box in entry dialog is always editable</_summary>
</key>
<key name="terminal" type="s">
<default>'xterm -e "%s"'</default>
<_summary>Default terminal command (use %s for arguments placeholder)</_summary>
</key>
<key name="open-command" type="s">
<default>'xdg-open "%s"'</default>
<_summary>Default open command (use %s for arguments placeholder)</_summary>
</key>
<key name="date-format" type="s">
<default>'%x'</default>
<_summary>Default date format (see strftime(3) for details)</_summary>
</key>
<key name="uri-color" type="s">
<default>'blue'</default>
<_summary>Default color for URI in text-info dialog</_summary>
</key>
<key name="max-tab" type="i">
<default>100</default>
<_summary>Maximum number of tabs in notebook dialog</_summary>
</key>
<key name="large-preview" type="b">
<default>false</default>
<_summary>Use large previews in file selection dialogs</_summary>
</key>
<key name="search-width" type="i">
<default>-1</default>
<_summary>Set width of search entry in search bar</_summary>
</key>
<key name="ignore-unknown-options" type="b">
<default>true</default>
<_summary>Ignore unknown command-line options</_summary>
</key>
<key name="debug" type="b">
<default>false</default>
<_summary>Enable debug mode with information about deprecated features</_summary>
</key>
</schema>
<schema id="yad.sourceview" path="/yad/sourceview/" gettext-domain="yad">
<key name="theme" type="s">
<default>''</default>
<_summary>Default color theme for text-info dialog</_summary>
</key>
<key name="line-num" type="b">
<default>false</default>
<_summary>Show line numbers</_summary>
</key>
<key name="line-hl" type="b">
<default>false</default>
<_summary>Highlight current line</_summary>
</key>
<key name="line-marks" type="b">
<default>false</default>
<_summary>Enable line marks mode</_summary>
</key>
<key name="mark1-color" type="s">
<default>'lightgreen'</default>
<_summary>Default color for first type of text marks in text-info dialog</_summary>
</key>
<key name="mark2-color" type="s">
<default>'pink'</default>
<_summary>Default color for second type of text marks in text-info dialog</_summary>
</key>
<key name="right-margin" type="i">
<default>0</default>
<_summary>Set right margin at position</_summary>
</key>
<key name="brackets" type="b">
<default>false</default>
<_summary>Highlight matching brackets</_summary>
</key>
<key name="indent" type="b">
<default>false</default>
<_summary>Use autoindent</_summary>
</key>
<key name="homend" enum="yad.homend">
<default>'never'</default>
<_summary>Smart Home/End behavior</_summary>
</key>
<key name="smart-bs" type="b">
<default>false</default>
<_summary>Use smart backspace</_summary>
</key>
<key name="tab-width" type="i">
<default>8</default>
<_summary>Default tabulation width</_summary>
</key>
<key name="indent-width" type="i">
<default>4</default>
<_summary>Default indentation width</_summary>
</key>
<key name="spaces" type="b">
<default>true</default>
<_summary>Insert spaces instead of tabs</_summary>
</key>
</schema>
</schemalist>