~muktupavels/metacity/adwaita-icon-theme-lp-1414613

« back to all changes in this revision

Viewing changes to src/metacity.schemas.in.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-08-23 11:12:43 UTC
  • mfrom: (1.3.3)
  • mto: (2.5.2 sid) (1.4.2)
  • mto: This revision was merged to the branch mainline in revision 122.
  • Revision ID: package-import@ubuntu.com-20120823111243-0hjp8cv5xn2jr6jc
ImportĀ upstreamĀ versionĀ 2.34.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<gconfschemafile>
2
 
  <schemalist>
3
 
 
4
 
    <!-- General preferences -->        
5
 
 
6
 
    <schema>
7
 
      <key>/schemas/apps/metacity/general/mouse_button_modifier</key>
8
 
      <applyto>/apps/metacity/general/mouse_button_modifier</applyto>
9
 
      <owner>metacity</owner>
10
 
      <type>string</type>
11
 
      <default>&lt;Alt&gt;</default>
12
 
      <locale name="C">
13
 
         <short>Modifier to use for modified window click actions</short>
14
 
         <long>
15
 
           Clicking a window while holding down this modifier key 
16
 
           will move the window (left click), resize the window 
17
 
           (middle click), or show the window menu (right click).
18
 
           The middle and right click operations may be swapped
19
 
           using the "resize_with_right_button" key.
20
 
           Modifier is expressed as "&lt;Alt&gt;" or "&lt;Super&gt;"
21
 
           for example.
22
 
         </long>
23
 
      </locale>
24
 
    </schema>
25
 
 
26
 
    <schema>
27
 
      <key>/schemas/apps/metacity/general/resize_with_right_button</key>
28
 
      <applyto>/apps/metacity/general/resize_with_right_button</applyto>
29
 
      <owner>metacity</owner>
30
 
      <type>bool</type>
31
 
      <default>false</default>
32
 
      <locale name="C">
33
 
         <short>Whether to resize with the right button</short>
34
 
         <long>
35
 
           Set this to true to resize with the right button and show a menu
36
 
           with the middle button while holding down the key given in
37
 
           "mouse_button_modifier"; set it to false to make it work the
38
 
           opposite way around.
39
 
         </long>
40
 
      </locale>
41
 
    </schema>
42
 
 
43
 
    <schema>
44
 
      <key>/schemas/apps/metacity/general/button_layout</key>
45
 
      <applyto>/apps/metacity/general/button_layout</applyto>
46
 
      <owner>metacity</owner>
47
 
      <type>string</type>
48
 
      <default>:minimize,maximize,close</default>
49
 
      <locale name="C">
50
 
         <short>Arrangement of buttons on the titlebar</short>
51
 
         <long>
52
 
           Arrangement of buttons on the titlebar. The 
53
 
           value should be a string, such as 
54
 
           "menu:minimize,maximize,spacer,close"; the colon separates the 
55
 
           left corner of the window from the right corner, and 
56
 
           the button names are comma-separated. Duplicate buttons
57
 
           are not allowed. Unknown button names are silently ignored
58
 
           so that buttons can be added in future metacity versions 
59
 
           without breaking older versions.
60
 
           A special spacer tag can be used to insert some space between
61
 
           two adjacent buttons.
62
 
         </long>
63
 
      </locale>
64
 
    </schema>
65
 
 
66
 
    <schema>
67
 
      <key>/schemas/apps/metacity/general/focus_mode</key>
68
 
      <applyto>/apps/metacity/general/focus_mode</applyto>
69
 
      <owner>metacity</owner>
70
 
      <type>string</type>
71
 
      <default>click</default>
72
 
      <locale name="C">
73
 
        <short>Window focus mode</short>
74
 
        <long>
75
 
          The window focus mode indicates how windows are activated. 
76
 
          It has three possible values; "click" means windows must 
77
 
          be clicked in order to focus them, "sloppy" means windows
78
 
          are focused when the mouse enters the window, and "mouse" means
79
 
          windows are focused when the mouse enters the window and 
80
 
          unfocused when the mouse leaves the window.
81
 
        </long>
82
 
      </locale>
83
 
    </schema>
84
 
 
85
 
    <schema>
86
 
      <key>/schemas/apps/metacity/general/focus_new_windows</key>
87
 
      <applyto>/apps/metacity/general/focus_new_windows</applyto>
88
 
      <owner>metacity</owner>
89
 
      <type>string</type>
90
 
      <default>smart</default>
91
 
      <locale name="C">
92
 
         <short>Control how new windows get focus</short>
93
 
         <long>
94
 
          This option provides additional control over how newly created
95
 
          windows get focus.  It has two possible values; "smart" applies
96
 
          the user's normal focus mode, and "strict" results in windows
97
 
          started from a terminal not being given focus.
98
 
         </long>
99
 
      </locale>
100
 
    </schema>
101
 
 
102
 
    <schema>
103
 
      <key>/schemas/apps/metacity/general/raise_on_click</key>
104
 
      <applyto>/apps/metacity/general/raise_on_click</applyto>
105
 
      <owner>metacity</owner>
106
 
      <type>bool</type>
107
 
      <default>true</default>
108
 
      <locale name="C">
109
 
         <short>Whether raising should be a side-effect of other user
110
 
                interactions</short>
111
 
         <long>
112
 
           Setting this option to false can lead to buggy behavior, so
113
 
           users are strongly discouraged from changing it from the default
114
 
           of true.
115
 
 
116
 
           Many actions (e.g. clicking in the client area, moving or resizing the window)
117
 
           normally raise the window as a side-effect. Setting this option to false, which
118
 
           is strongly discouraged, will decouple raising from other user actions, and
119
 
           ignore raise requests generated by applications. See
120
 
           http://bugzilla.gnome.org/show_bug.cgi?id=445447#c6.
121
 
           Even when this option is false, windows can
122
 
           still be raised by an alt-left-click anywhere on the window, a
123
 
           normal click on the window decorations, or by special messages
124
 
           from pagers, such as activation requests from tasklist applets.
125
 
           This option is currently disabled in click-to-focus mode.
126
 
 
127
 
           Note that the list of ways to raise windows when raise_on_click
128
 
           is false does not include programmatic requests from
129
 
           applications to raise windows; such requests will be ignored
130
 
           regardless of the reason for the request.  If you are an
131
 
           application developer and have a user complaining that your
132
 
           application does not work with this setting disabled, tell them
133
 
           it is _their_ fault for breaking their window manager and that
134
 
           they need to change this option back to true or live with the
135
 
           "bug" they requested.
136
 
         </long>
137
 
      </locale>
138
 
    </schema>
139
 
 
140
 
    <schema>
141
 
      <key>/schemas/apps/metacity/general/action_double_click_titlebar</key>
142
 
      <applyto>/apps/metacity/general/action_double_click_titlebar</applyto>
143
 
      <owner>metacity</owner>
144
 
      <type>string</type>
145
 
      <default>toggle_maximize</default>
146
 
      <locale name="C">
147
 
         <short>Action on title bar double-click</short>
148
 
         <long>
149
 
           This option determines the effects of double-clicking on the
150
 
           title bar.  Current valid options are
151
 
           'toggle_shade', which will shade/unshade the window,
152
 
           'toggle_maximize' which will maximize/unmaximize the window,
153
 
           'toggle_maximize_horizontally' and 'toggle_maximize_vertically'
154
 
           which will maximize/unmaximize the window in that direction only,
155
 
           'minimize' which will minimize the window,
156
 
           'shade' which will roll the window up,
157
 
           'menu' which will display the window menu,
158
 
           'lower' which will put the window behind all the others,
159
 
           and 'none' which will not do anything.
160
 
         </long>
161
 
      </locale>
162
 
    </schema>
163
 
 
164
 
    <schema>
165
 
      <key>/schemas/apps/metacity/general/action_middle_click_titlebar</key>
166
 
      <applyto>/apps/metacity/general/action_middle_click_titlebar</applyto>
167
 
      <owner>metacity</owner>
168
 
      <type>string</type>
169
 
      <default>lower</default>
170
 
      <locale name="C">
171
 
         <short>Action on title bar middle-click</short>
172
 
         <long>
173
 
           This option determines the effects of middle-clicking on the
174
 
           title bar.  Current valid options are
175
 
           'toggle_shade', which will shade/unshade the window,
176
 
           'toggle_maximize' which will maximize/unmaximize the window,
177
 
           'toggle_maximize_horizontally' and 'toggle_maximize_vertically'
178
 
           which will maximize/unmaximize the window in that direction only,
179
 
           'minimize' which will minimize the window,
180
 
           'shade' which will roll the window up,
181
 
           'menu' which will display the window menu,
182
 
           'lower' which will put the window behind all the others,
183
 
           and 'none' which will not do anything.
184
 
         </long>
185
 
      </locale>
186
 
    </schema>
187
 
 
188
 
    <schema>
189
 
      <key>/schemas/apps/metacity/general/action_right_click_titlebar</key>
190
 
      <applyto>/apps/metacity/general/action_right_click_titlebar</applyto>
191
 
      <owner>metacity</owner>
192
 
      <type>string</type>
193
 
      <default>menu</default>
194
 
      <locale name="C">
195
 
         <short>Action on title bar right-click</short>
196
 
         <long>
197
 
           This option determines the effects of right-clicking on the
198
 
           title bar.  Current valid options are
199
 
           'toggle_shade', which will shade/unshade the window,
200
 
           'toggle_maximize' which will maximize/unmaximize the window,
201
 
           'toggle_maximize_horizontally' and 'toggle_maximize_vertically'
202
 
           which will maximize/unmaximize the window in that direction only,
203
 
           'minimize' which will minimize the window,
204
 
           'shade' which will roll the window up,
205
 
           'menu' which will display the window menu,
206
 
           'lower' which will put the window behind all the others,
207
 
           and 'none' which will not do anything.
208
 
         </long>
209
 
      </locale>
210
 
    </schema>
211
 
 
212
 
    <schema>
213
 
      <key>/schemas/apps/metacity/general/auto_raise</key>
214
 
      <applyto>/apps/metacity/general/auto_raise</applyto>
215
 
      <owner>metacity</owner>
216
 
      <type>bool</type>
217
 
      <default>false</default>
218
 
      <locale name="C">
219
 
        <short>Automatically raises the focused window</short>
220
 
        <long>
221
 
          If set to true, and the focus mode is either "sloppy" or "mouse"
222
 
          then the focused window will be automatically raised after a
223
 
          delay specified by the auto_raise_delay key. This is not related
224
 
          to clicking on a window to raise it, nor to entering a window
225
 
          during drag-and-drop.
226
 
        </long>
227
 
      </locale>
228
 
    </schema>
229
 
 
230
 
    <schema>
231
 
      <key>/schemas/apps/metacity/general/auto_raise_delay</key>
232
 
      <applyto>/apps/metacity/general/auto_raise_delay</applyto>
233
 
      <owner>metacity</owner>
234
 
      <type>int</type>
235
 
      <default>500</default>
236
 
      <locale name="C">
237
 
        <short>Delay in milliseconds for the auto raise option</short>
238
 
        <long>
239
 
          The time delay before raising a window if auto_raise is set to
240
 
          true. The delay is given in thousandths of a second.
241
 
        </long>
242
 
      </locale>
243
 
    </schema>
244
 
 
245
 
    <schema>
246
 
      <key>/schemas/apps/metacity/general/theme</key>
247
 
      <applyto>/apps/metacity/general/theme</applyto>
248
 
      <owner>metacity</owner>
249
 
      <type>string</type>
250
 
      <default>Adwaita</default>
251
 
      <locale name="C">
252
 
         <short>Current theme</short>
253
 
         <long>
254
 
          The theme determines the appearance of window borders,
255
 
          titlebar, and so forth.
256
 
         </long>
257
 
      </locale>
258
 
    </schema>
259
 
 
260
 
    <schema>
261
 
      <key>/schemas/apps/metacity/general/titlebar_uses_system_font</key>
262
 
      <applyto>/apps/metacity/general/titlebar_uses_system_font</applyto>      
263
 
      <owner>metacity</owner>
264
 
      <type>bool</type>
265
 
      <default>false</default>
266
 
      <locale name="C">
267
 
         <short>Use standard system font in window titles</short>
268
 
         <long> 
269
 
          If true, ignore the titlebar_font
270
 
          option, and use the standard application font for window 
271
 
          titles.
272
 
         </long>
273
 
      </locale>
274
 
    </schema>
275
 
 
276
 
    <schema>
277
 
      <key>/schemas/apps/metacity/general/titlebar_font</key>
278
 
      <applyto>/apps/metacity/general/titlebar_font</applyto>   
279
 
      <owner>metacity</owner>
280
 
      <type>string</type>
281
 
      <default>Cantarell Bold 11</default>
282
 
      <locale name="C">
283
 
        <short>Window title font</short>
284
 
        <long>
285
 
          A font description string describing a font for window
286
 
          titlebars. The size from the description will only be used if the
287
 
          titlebar_font_size option is set to 0. Also, this option is
288
 
          disabled if the titlebar_uses_desktop_font option is set to true.
289
 
        </long>
290
 
      </locale>
291
 
    </schema>
292
 
 
293
 
    <schema>
294
 
      <key>/schemas/apps/metacity/general/num_workspaces</key>
295
 
      <applyto>/apps/metacity/general/num_workspaces</applyto>      
296
 
      <owner>metacity</owner>
297
 
      <type>int</type>
298
 
      <default>4</default>
299
 
      <locale name="C">
300
 
        <short>Number of workspaces</short>
301
 
        <long>
302
 
          Number of workspaces. Must be more than zero, and has a fixed
303
 
          maximum to prevent making the desktop unusable by accidentally
304
 
          asking for too many workspaces.
305
 
        </long>
306
 
      </locale>
307
 
    </schema>
308
 
 
309
 
    <schema>
310
 
      <key>/schemas/apps/metacity/general/visual_bell</key>
311
 
      <applyto>/apps/metacity/general/visual_bell</applyto>      
312
 
      <owner>metacity</owner>
313
 
      <type>bool</type>
314
 
      <default>false</default>
315
 
      <locale name="C">
316
 
        <short>Enable Visual Bell</short>
317
 
        <long>
318
 
          Turns on a visual indication when an application or the system
319
 
          issues a 'bell' or 'beep'; useful for the hard-of-hearing and for
320
 
          use in noisy environments.
321
 
        </long>
322
 
      </locale>
323
 
    </schema>
324
 
 
325
 
    <schema>
326
 
      <key>/schemas/apps/metacity/general/audible_bell</key>
327
 
      <applyto>/apps/metacity/general/audible_bell</applyto>      
328
 
      <owner>metacity</owner>
329
 
      <type>bool</type>
330
 
      <default>true</default>
331
 
      <locale name="C">
332
 
        <short>System Bell is Audible</short>
333
 
        <long>
334
 
          Determines whether applications or the system can generate
335
 
          audible 'beeps'; may be used in conjunction with 'visual bell' to
336
 
          allow silent 'beeps'.
337
 
        </long>
338
 
      </locale>
339
 
    </schema>
340
 
 
341
 
    <schema>
342
 
      <key>/schemas/apps/metacity/general/visual_bell_type</key>
343
 
      <applyto>/apps/metacity/general/visual_bell_type</applyto>      
344
 
      <owner>metacity</owner>
345
 
      <type>string</type>
346
 
      <default>fullscreen</default>
347
 
      <locale name="C">
348
 
        <short>Visual Bell Type</short>
349
 
        <long>
350
 
          Tells Metacity how to implement the visual indication that the
351
 
          system bell or another application 'bell' indicator has been
352
 
          rung.  Currently there are two valid values, "fullscreen", which
353
 
          causes a fullscreen white-black flash, and "frame_flash" which
354
 
          causes the titlebar of the application which sent the bell signal
355
 
          to flash.  If the application which sent the bell is unknown (as
356
 
          is usually the case for the default "system beep"), the currently
357
 
          focused window's titlebar is flashed.
358
 
        </long>
359
 
      </locale>
360
 
    </schema>
361
 
 
362
 
    <schema>
363
 
      <key>/schemas/apps/metacity/general/compositing_manager</key>
364
 
      <applyto>/apps/metacity/general/compositing_manager</applyto>
365
 
      <owner>metacity</owner>
366
 
      <type>bool</type>
367
 
      <default>false</default>
368
 
      <locale name="C">
369
 
        <short>Compositing Manager</short>
370
 
        <long>
371
 
          Determines whether Metacity is a compositing manager.
372
 
        </long>
373
 
      </locale>
374
 
    </schema>
375
 
 
376
 
    <schema>
377
 
      <key>/schemas/apps/metacity/workspace_names/name</key>
378
 
      <applyto>/apps/metacity/workspace_names/name_1</applyto>
379
 
      <applyto>/apps/metacity/workspace_names/name_2</applyto>
380
 
      <applyto>/apps/metacity/workspace_names/name_3</applyto>
381
 
      <applyto>/apps/metacity/workspace_names/name_4</applyto>
382
 
      <applyto>/apps/metacity/workspace_names/name_5</applyto>
383
 
      <applyto>/apps/metacity/workspace_names/name_6</applyto>
384
 
      <applyto>/apps/metacity/workspace_names/name_7</applyto>
385
 
      <applyto>/apps/metacity/workspace_names/name_8</applyto>
386
 
      <applyto>/apps/metacity/workspace_names/name_9</applyto>
387
 
      <applyto>/apps/metacity/workspace_names/name_10</applyto>
388
 
      <applyto>/apps/metacity/workspace_names/name_11</applyto>
389
 
      <applyto>/apps/metacity/workspace_names/name_12</applyto>
390
 
      <applyto>/apps/metacity/workspace_names/name_13</applyto>
391
 
      <applyto>/apps/metacity/workspace_names/name_14</applyto>
392
 
      <applyto>/apps/metacity/workspace_names/name_15</applyto>
393
 
      <applyto>/apps/metacity/workspace_names/name_16</applyto>
394
 
      <applyto>/apps/metacity/workspace_names/name_17</applyto>
395
 
      <applyto>/apps/metacity/workspace_names/name_18</applyto>
396
 
      <applyto>/apps/metacity/workspace_names/name_19</applyto>
397
 
      <applyto>/apps/metacity/workspace_names/name_20</applyto>
398
 
      <applyto>/apps/metacity/workspace_names/name_21</applyto>
399
 
      <applyto>/apps/metacity/workspace_names/name_22</applyto>
400
 
      <applyto>/apps/metacity/workspace_names/name_23</applyto>
401
 
      <applyto>/apps/metacity/workspace_names/name_24</applyto>
402
 
      <applyto>/apps/metacity/workspace_names/name_25</applyto>
403
 
      <applyto>/apps/metacity/workspace_names/name_26</applyto>
404
 
      <applyto>/apps/metacity/workspace_names/name_27</applyto>
405
 
      <applyto>/apps/metacity/workspace_names/name_28</applyto>
406
 
      <applyto>/apps/metacity/workspace_names/name_29</applyto>
407
 
      <applyto>/apps/metacity/workspace_names/name_30</applyto>
408
 
      <applyto>/apps/metacity/workspace_names/name_31</applyto>
409
 
      <applyto>/apps/metacity/workspace_names/name_32</applyto>
410
 
      <applyto>/apps/metacity/workspace_names/name_33</applyto>
411
 
      <applyto>/apps/metacity/workspace_names/name_34</applyto>
412
 
      <applyto>/apps/metacity/workspace_names/name_35</applyto>
413
 
      <applyto>/apps/metacity/workspace_names/name_36</applyto>
414
 
      <owner>metacity</owner>
415
 
 
416
 
      <owner>metacity</owner>
417
 
      <type>string</type>
418
 
      <default></default>
419
 
      <locale name="C">
420
 
         <short>Name of workspace</short>
421
 
         <long>
422
 
          The name of a workspace.
423
 
         </long>
424
 
      </locale>
425
 
    </schema>
426
 
 
427
 
    <schema>
428
 
      <key>/schemas/apps/metacity/general/reduced_resources</key>
429
 
      <applyto>/apps/metacity/general/reduced_resources</applyto>
430
 
      <owner>metacity</owner>
431
 
      <type>bool</type>
432
 
      <default>false</default>
433
 
      <locale name="C">
434
 
         <short>If true, trade off usability for less resource usage</short>
435
 
         <long>
436
 
           If true, metacity will give the user less feedback by using
437
 
           wireframes, avoiding animations, or other means.  This is a
438
 
           significant reduction in usability for many users, but may allow
439
 
           legacy applications to continue working, and may also be a
440
 
           useful tradeoff for terminal servers.  However, the wireframe
441
 
           feature is disabled when accessibility is on.
442
 
         </long>
443
 
      </locale>
444
 
    </schema>
445
 
 
446
 
    <!-- Keybindings -->
447
 
 
448
 
    <schema>
449
 
      <key>/schemas/apps/metacity/global_keybindings/run_command</key>
450
 
      <applyto>/apps/metacity/global_keybindings/run_command_1</applyto>
451
 
      <applyto>/apps/metacity/global_keybindings/run_command_2</applyto>
452
 
      <applyto>/apps/metacity/global_keybindings/run_command_3</applyto>
453
 
      <applyto>/apps/metacity/global_keybindings/run_command_4</applyto>
454
 
      <applyto>/apps/metacity/global_keybindings/run_command_5</applyto>
455
 
      <applyto>/apps/metacity/global_keybindings/run_command_6</applyto>
456
 
      <applyto>/apps/metacity/global_keybindings/run_command_7</applyto>
457
 
      <applyto>/apps/metacity/global_keybindings/run_command_8</applyto>
458
 
      <applyto>/apps/metacity/global_keybindings/run_command_9</applyto>
459
 
      <applyto>/apps/metacity/global_keybindings/run_command_10</applyto>
460
 
      <applyto>/apps/metacity/global_keybindings/run_command_11</applyto>
461
 
      <applyto>/apps/metacity/global_keybindings/run_command_12</applyto>
462
 
      <owner>metacity</owner>
463
 
      <type>string</type>
464
 
      <default>disabled</default>
465
 
      <locale name="C">
466
 
         <short>Run a defined command</short>
467
 
         <long>
468
 
          The keybinding that runs the correspondingly-numbered
469
 
          command in /apps/metacity/keybinding_commands
470
 
 
471
 
          The format looks like "&lt;Control&gt;a" or
472
 
          "&lt;Shift&gt;&lt;Alt&gt;F1".
473
 
 
474
 
          The parser is fairly liberal and allows lower or upper case,
475
 
          and also abbreviations such as "&lt;Ctl&gt;" and
476
 
          "&lt;Ctrl&gt;". If you set the option to the special string
477
 
          "disabled", then there will be no keybinding for this
478
 
          action.
479
 
         </long>
480
 
      </locale>
481
 
    </schema>
482
 
 
483
 
    <schema>
484
 
      <key>/schemas/apps/metacity/keybinding_commands/command</key>
485
 
      <applyto>/apps/metacity/keybinding_commands/command_1</applyto>
486
 
      <applyto>/apps/metacity/keybinding_commands/command_2</applyto>
487
 
      <applyto>/apps/metacity/keybinding_commands/command_3</applyto>
488
 
      <applyto>/apps/metacity/keybinding_commands/command_4</applyto>
489
 
      <applyto>/apps/metacity/keybinding_commands/command_5</applyto>
490
 
      <applyto>/apps/metacity/keybinding_commands/command_6</applyto>
491
 
      <applyto>/apps/metacity/keybinding_commands/command_7</applyto>
492
 
      <applyto>/apps/metacity/keybinding_commands/command_8</applyto>
493
 
      <applyto>/apps/metacity/keybinding_commands/command_9</applyto>
494
 
      <applyto>/apps/metacity/keybinding_commands/command_10</applyto>
495
 
      <applyto>/apps/metacity/keybinding_commands/command_11</applyto>
496
 
      <applyto>/apps/metacity/keybinding_commands/command_12</applyto>
497
 
      <owner>metacity</owner>
498
 
      <type>string</type>
499
 
      <default> </default>
500
 
      <locale name="C">
501
 
         <short>Commands to run in response to keybindings</short>
502
 
         <long>
503
 
         The /apps/metacity/global_keybindings/run_command_N 
504
 
         keys define keybindings that correspond to these commands.
505
 
         Pressing the keybinding for run_command_N will 
506
 
         execute command_N.
507
 
         </long>
508
 
      </locale>
509
 
    </schema>
510
 
 
511
 
    <schema>
512
 
      <key>/schemas/apps/metacity/keybinding_commands/command_screenshot</key>
513
 
      <applyto>/apps/metacity/keybinding_commands/command_screenshot</applyto>
514
 
      <owner>metacity</owner>
515
 
      <type>string</type>
516
 
      <default>gnome-screenshot</default>
517
 
      <locale name="C">
518
 
         <short>The screenshot command</short>
519
 
         <long>
520
 
         The /apps/metacity/global_keybindings/run_command_screenshot
521
 
         key defines a keybinding which causes the command specified
522
 
         by this setting to be invoked.
523
 
         </long>
524
 
      </locale>
525
 
    </schema>
526
 
 
527
 
    <schema>
528
 
      <key>/schemas/apps/metacity/keybinding_commands/command_window_screenshot</key>
529
 
      <applyto>/apps/metacity/keybinding_commands/command_window_screenshot</applyto>
530
 
      <owner>metacity</owner>
531
 
      <type>string</type>
532
 
      <default>gnome-screenshot --window</default>
533
 
      <locale name="C">
534
 
         <short>The window screenshot command</short>
535
 
         <long>
536
 
         The /apps/metacity/global_keybindings/run_command_window_screenshot
537
 
         key defines a keybinding which causes the command specified
538
 
         by this setting to be invoked.
539
 
         </long>
540
 
      </locale>
541
 
    </schema>
542
 
 
543
 
    <!-- Schemas below are generated by schema-bindings.c when this file
544
 
         becomes metacity.schemas.in     
545
 
    -->
546
 
    <!-- GENERATED -->
547
 
 
548
 
    <!-- Not used and/or crackrock -->
549
 
 
550
 
    <schema>
551
 
      <key>/schemas/apps/metacity/general/application_based</key>
552
 
      <applyto>/apps/metacity/general/application_based</applyto>      
553
 
      <owner>metacity</owner>
554
 
      <type>bool</type>
555
 
      <default>false</default>
556
 
      <locale name="C">
557
 
        <short>(Not implemented) Navigation works in terms of applications not windows</short>
558
 
        <long>
559
 
          If true, then Metacity works in terms of applications rather than
560
 
          windows. The concept is a bit abstract, but in general an
561
 
          application-based setup is more like the Mac and less like
562
 
          Windows. When you focus a window in application-based mode, all
563
 
          the windows in the application will be raised. Also, in
564
 
          application-based mode, focus clicks are not passed through to
565
 
          windows in other applications. Application-based mode is,
566
 
          however, largely unimplemented at the moment.
567
 
        </long>
568
 
      </locale>
569
 
    </schema>
570
 
 
571
 
    <schema>
572
 
      <key>/schemas/apps/metacity/general/disable_workarounds</key>
573
 
      <applyto>/apps/metacity/general/disable_workarounds</applyto>      
574
 
      <owner>metacity</owner>
575
 
      <type>bool</type>
576
 
      <default>false</default>
577
 
      <locale name="C">
578
 
        <short>Disable misfeatures that are required by old or broken
579
 
               applications</short>
580
 
        <long> 
581
 
          Some applications disregard specifications in ways that result in
582
 
          window manager misfeatures. This option puts Metacity in a
583
 
          rigorously correct mode, which gives a more consistent user
584
 
          interface, provided one does not need to run any misbehaving
585
 
          applications.
586
 
        </long>
587
 
      </locale>
588
 
    </schema>
589
 
 
590
 
  </schemalist>  
591
 
</gconfschemafile>
592
 
 
593
 
 
594
 
 
595