summaryrefslogtreecommitdiffstats
path: root/schemas/org.gnome.desktop.interface.gschema.xml.in
blob: a9987083591ee7ef48071e412cfac578dd136689 (plain)
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gsettings-desktop-schemas">
  <schema id="org.gnome.desktop.interface" path="/org/gnome/desktop/interface/">
    <key name="toolkit-accessibility" type="b">
      <default>false</default>
      <summary>Enable Toolkit Accessibility</summary>
      <description>
        Whether toolkits should load accessibility related modules.
      </description>
    </key>
    <key name="enable-animations" type="b">
      <default>true</default>
      <summary>Enable Animations</summary>
      <description>
        Whether animations should be displayed. Note: This is a global key,
        it changes the behaviour of the window manager, the panel etc.
      </description>
    </key>
    <key name="menus-have-tearoff" type="b">
      <default>false</default>
      <summary>Menus Have Tearoff</summary>
      <description>
        Whether menus should have a tearoff.
      </description>
    </key>
    <key name="can-change-accels" type="b">
      <default>false</default>
      <summary>Can Change Accels</summary>
      <description>
        Whether the user can dynamically type a new accelerator when
        positioned over an active menuitem.
      </description>
    </key>
    <key name="toolbar-style" enum="org.gnome.desktop.GDesktopToolbarStyle">
      <default>'both-horiz'</default>
      <summary>Toolbar Style</summary>
      <description>
        Toolbar Style. Valid values are “both”, “both-horiz”, “icons”,
        and “text”.
      </description>
    </key>
    <key name="menubar-detachable" type="b">
      <default>false</default>
      <summary>Menubar Detachable</summary>
      <description>
        Whether the user can detach menubars and move them around.
      </description>
    </key>
    <key name="toolbar-detachable" type="b">
      <default>false</default>
      <summary>Toolbar Detachable</summary>
      <description>
        Whether the user can detach toolbars and move them around.
      </description>
    </key>
    <key name="toolbar-icons-size" enum="org.gnome.desktop.GDesktopToolbarIconSize">
      <default>'large'</default>
      <summary>Toolbar Icon Size</summary>
      <description>
        Size of icons in toolbars, either “small” or “large”.
      </description>
    </key>
    <key name="cursor-blink" type="b">
      <default>true</default>
      <summary>Cursor Blink</summary>
      <description>
        Whether the cursor should blink.
      </description>
    </key>
    <key name="cursor-blink-time" type="i">
      <range min="100" max="2500"/>
      <default>1200</default>
      <summary>Cursor Blink Time</summary>
      <description>
        Length of the cursor blink cycle, in milliseconds.
      </description>
    </key>
    <key name="cursor-blink-timeout" type="i">
      <range min="1" max="2147483647"/>
      <default>10</default>
      <summary>Cursor Blink Timeout</summary>
      <description>
        Time after which the cursor stops blinking, in seconds.
      </description>
    </key>
    <key name="icon-theme" type="s">
      <default>'Adwaita'</default>
      <summary>Icon Theme</summary>
      <description>
        Icon theme to use for the panel, nautilus etc.
      </description>
    </key>
    <key name="gtk-theme" type="s">
      <default>'Adwaita'</default>
      <summary>Gtk+ Theme</summary>
      <description>
        Basename of the default theme used by gtk+.
      </description>
    </key>
    <key name="gtk-key-theme" type="s">
      <default>'Default'</default>
      <summary>Gtk+ Keybinding Theme</summary>
      <description>
        Basename of the default keybinding theme used by gtk+.
      </description>
    </key>
    <key name="font-name" type="s">
      <default>'Cantarell 11'</default>
      <summary>Default font</summary>
      <description>
        Name of the default font used by gtk+.
      </description>
    </key>
    <key name="avatar-directories" type="as">
      <default>[]</default>
      <summary>Directories with avatar faces</summary>
      <description>
        Directories to override the default avatar faces installed by gnome-control-center.
      </description>
    </key>
    <key name="text-scaling-factor" type="d">
      <range min="0.5" max="3.0"/>
      <default>1.0</default>
      <summary>Text scaling factor</summary>
      <description>
        Factor used to enlarge or reduce text display, without changing font size.
      </description>
    </key>
    <key name="scaling-factor" type="u">
      <default>0</default>
      <summary>Window scaling factor</summary>
      <description>
        Integer factor used to scale windows by. For use on high-dpi screens.
        0 means pick automatically based on monitor.
      </description>
    </key>
    <key name="gtk-im-preedit-style" type="s">
      <default>'callback'</default>
      <summary>GTK IM Preedit Style</summary>
      <description>
        Name of the GTK+ input method Preedit Style used by gtk+.
      </description>
    </key>
    <key name="gtk-im-status-style" type="s">
      <default>'callback'</default>
      <summary>GTK IM Status Style</summary>
      <description>
        Name of the GTK+ input method Status Style used by gtk+.
      </description>
    </key>
    <key name="gtk-im-module" type="s">
      <default>''</default>
      <summary>GTK IM Module</summary>
      <description>
        Name of the input method module used by GTK+.
      </description>
    </key>
    <key name="document-font-name" type="s">
      <default>'Cantarell 11'</default>
      <summary>Document font</summary>
      <description>
        Name of the default font used for reading documents.
      </description>
    </key>
    <key name="monospace-font-name" type="s">
      <default>'Source Code Pro 10'</default>
      <summary>Monospace font</summary>
      <description>
        Name of a monospaced (fixed-width) font for use in locations like
        terminals.
      </description>
    </key>
    <key name="menubar-accel" type="s">
      <default>'F10'</default>
      <summary>Menubar accelerator</summary>
      <description>
        Keyboard shortcut to open the menu bars.
      </description>
    </key>
    <key name="cursor-theme" type="s">
      <default>'Adwaita'</default>
      <summary>Cursor theme</summary>
      <description>Cursor theme name. Used only by Xservers that support the Xcursor extension.</description>
    </key>
    <key name="cursor-size" type="i">
      <default>24</default>
      <summary>Cursor size</summary>
      <description>Size of the cursor used as cursor theme.</description>
    </key>
    <key name="gtk-timeout-initial" type="i">
      <default>200</default>
      <summary>Timeout before click repeat</summary>
      <description>Timeout in milliseconds before a click starts repeating (on spinner buttons for example).</description>
    </key>
    <key name="gtk-timeout-repeat" type="i">
      <default>20</default>
      <summary>Timeout between click repeats</summary>
      <description>Timeout in milliseconds between repeated clicks when a button is left pressed.</description>
    </key>
    <key name="gtk-color-palette" type="s">
      <default>'black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90'</default>
      <summary>Palette used in the color selector</summary>
      <description>Palette used in the color selector as defined by the “gtk-color-palette” setting</description>
    </key>
    <key name="gtk-color-scheme" type="s">
      <default>''</default>
      <summary>List of symbolic names and color equivalents</summary>
      <description>A “\n” separated list of “name:color” as defined by the “gtk-color-scheme” setting</description>
    </key>
    <key name="clock-format" enum="org.gnome.desktop.GDesktopClockFormat">
      <default>'24h'</default>
      <summary>Whether the clock displays in 24h or 12h format</summary>
      <description>
        Whether the clock displays in 24h or 12h format
      </description>
    </key>
    <key name="clock-show-seconds" type="b">
      <default>false</default>
      <summary>Whether the clock shows seconds</summary>
      <description>
	If true, display seconds in the clock.
      </description>
    </key>
    <key name="clock-show-date" type="b">
      <default>true</default>
      <summary>Show date in clock</summary>
      <description>
        If true, display date in the clock, in addition to time.
      </description>
    </key>
    <key name="clock-show-weekday" type="b">
      <default>false</default>
      <summary>Show weekday in clock</summary>
      <description>
        If true, display weekday in the clock, in addition to time.
      </description>
    </key>
    <key name="enable-hot-corners" type="b">
      <default>true</default>
      <summary>Enable hot corners</summary>
      <description>
        If true, the activities overview can be accessed by moving the
        mouse to the top-left corner.
      </description>
    </key>
    <key name="show-battery-percentage" type="b">
      <default>false</default>
      <summary>Show battery percentage</summary>
      <description>
        If true, display battery percentage in the status menu, in addition to the icon.
      </description>
    </key>
    <key name="gtk-enable-primary-paste" type="b">
      <default>true</default>
      <summary>Enable the primary paste selection</summary>
      <description>
        If true, gtk+ uses the primary paste selection, usually triggered by a middle mouse button click.
      </description>
    </key>
    <key name="overlay-scrolling" type="b">
      <default>true</default>
      <summary>Allow overlay scrolling</summary>
      <description>
        Whether scrollbars should be overlayed as indicators. Depending
        on input devices in use, permanent scrollbars may still be
        displayed.
      </description>
    </key>
    <key name="locate-pointer" type="b">
      <default>false</default>
      <summary>Highlights the current location of the pointer.</summary>
      <description>
        If true, pressing a key will highlight the current pointer location on screen.
      </description>
    </key>
    <key name="font-antialiasing" enum="org.gnome.desktop.GDesktopFontAntialiasingMode">
      <default>'grayscale'</default>
      <summary>Antialiasing</summary>
      <description>
        The type of antialiasing to use when rendering fonts. Possible values are: “none” for no antialiasing, “grayscale” for standard grayscale antialiasing, and “rgba” for subpixel antialiasing (LCD screens only).
      </description>
    </key>
    <key name="font-hinting" enum="org.gnome.desktop.GDesktopFontHinting">
      <default>'slight'</default>
      <summary>Hinting</summary>
      <description>
	The type of hinting to use when rendering fonts. Possible values are: “none” for no hinting and “slight” for fitting only to the Y-axis like Microsoft’s ClearType, DirectWrite and Adobe’s proprietary font rendering engine. Ignores native hinting within the font, generates hints algorithmically. Used on Ubuntu by default. Recommended. The meaning of “medium” and “full” depends on the font format (.ttf, .otf, .pfa/.pfb) and the installed version of FreeType. They usually try to fit glyphs to both the X and the Y axis (except for .otf: Y-only). This can lead to distortion and/or inconsistent rendering depending on the quality of the font, the font format and the state of FreeType’s font engines.
      </description>
    </key>
    <key name="font-rgba-order" enum="org.gnome.desktop.GDesktopFontRgbaOrder">
      <default>'rgb'</default>
      <summary>RGBA order</summary>
      <description>
	The order of subpixel elements on an LCD screen; only used when antialiasing is set to “rgba”. Possible values are: “rgb” for red on left (most common), “bgr” for blue on left, “vrgb” for red on top, “vbgr” for red on bottom.
      </description>
    </key>
    <key name="color-scheme" enum="org.gnome.desktop.GDesktopColorScheme">
      <default>'default'</default>
      <summary>Color scheme</summary>
      <description>
        The preferred color scheme for the user interface. Valid values are “default”, “prefer-dark”, “prefer-light”.
      </description>
    </key>
  </schema>
</schemalist>