File: org.cinnamon.desktop.wm.preferences.gschema.xml.in.in

package info (click to toggle)
cinnamon-desktop 3.0.2-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,560 kB
  • sloc: ansic: 17,948; makefile: 280; python: 119; sh: 17
file content (340 lines) | stat: -rw-r--r-- 15,975 bytes parent folder | download | duplicates (2)
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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<schemalist>

  <schema id="org.cinnamon.desktop.wm.preferences"
          path="/org/cinnamon/desktop/wm/preferences/"
          gettext-domain="@GETTEXT_PACKAGE@">
    <key name="mouse-button-modifier" type="s">
      <default><![CDATA['<Alt>']]></default>
      <_summary>Modifier to use for modified window click actions</_summary>
      <_description>
        Clicking a window while holding down this modifier key  will move the
        window (left click), resize the window  (middle click), or show the
        window menu (right click). The middle and right click operations may
        be swapped using the "resize-with-right-button" key. Modifier is
        expressed as <![CDATA["<Alt>"]]> or <![CDATA["<Super>"]]> for example.
    </_description>
    </key>
    <key name="mouse-button-zoom-modifier" type="s">
      <default><![CDATA['<Alt>']]></default>
      <_summary>Modifier to use for a11y mouse desktop zoom</_summary>
      <_description>
        Operating the mouse wheel while holding down this modifier key  will
        zoom the desktop in and out if desktop magnifier is enabled. Modifier is
        expressed as <![CDATA["<Alt>"]]> or <![CDATA["<Super>"]]> for example.
    </_description>
    </key>
    <key name="resize-with-right-button" type="b">
      <default>true</default>
      <_summary>Whether to resize with the right button</_summary>
      <_description>
        Set this to true to resize with the right button and show a menu with
        the middle button while holding down the key given in
        "mouse-button-modifier"; set it to false to make it work
        the opposite way around.
       </_description>
    </key>
    <key name="button-layout" type="s">
      <default>'menu:minimize,maximize,close'</default>
      <_summary>Arrangement of buttons on the titlebar</_summary>
      <_description>
        Arrangement of buttons on the titlebar. The value should be a string,
        such as  "menu:minimize,maximize,spacer,close"; the colon separates
        the  left corner of the window from the right corner, and  the button
        names are comma-separated. Duplicate buttons are not allowed. Unknown
        button names are silently ignored so that buttons can be added in
        future metacity versions  without breaking older versions. A special
        spacer tag can be used to insert some space between
        two adjacent buttons.
      </_description>
    </key>
    <key name="focus-mode" enum="org.cinnamon.desktop.CDesktopFocusMode">
      <default>'click'</default>
      <_summary>Window focus mode</_summary>
      <_description>
        The window focus mode indicates how windows are activated.  It has
        three possible values; "click" means windows must  be clicked in order
        to focus them, "sloppy" means windows are focused when the mouse enters
        the window, and "mouse" means windows are focused when the mouse enters
        the window and  unfocused when the mouse leaves the window.
      </_description>
    </key>
    <key name="focus-new-windows"
         enum="org.cinnamon.desktop.CDesktopFocusNewWindows">
      <default>'smart'</default>
      <_summary>Control how new windows get focus</_summary>
      <_description>
        This option provides additional control over how newly created windows
        get focus.  It has two possible values; "smart" applies the user's
        normal focus mode, and "strict" results in windows started from a
        terminal not being given focus.
      </_description>
    </key>
    <key name="raise-on-click" type="b">
      <default>true</default>
      <_summary>
        Whether raising should be a side-effect of other user interactions
      </_summary>
      <_description>
        Setting this option to false can lead to buggy behavior, so users are
        strongly discouraged from changing it from the default of true.  Many
        actions (e.g. clicking in the client area, moving or resizing the window)
        normally raise the window as a side-effect. Setting this option to false,
        which is strongly discouraged, will decouple raising from other user
        actions, and ignore raise requests generated by applications.
        See http://bugzilla.gnome.org/show_bug.cgi?id=445447#c6.

        Even when this option is false, windows can still be raised by an
        alt-left-click anywhere on the window, a normal click on the window
        decorations, or by special messages from pagers, such as activation
        requests from tasklist applets. This option is currently disabled
        in click-to-focus mode. Note that the list of ways to raise windows
        when raise-on-click is false does not include programmatic requests
        from applications to raise windows; such requests will be ignored
        regardless of the reason for the request.

        If you are an application developer and have a user complaining that
        your application does not work with this setting disabled, tell them
        it is -their- fault for breaking their window manager and that they
        need to change this option back to true or live with the "bug"
        they requested.
      </_description>
    </key>
    <key name="action-double-click-titlebar"
         enum="org.cinnamon.desktop.CDesktopTitlebarAction">
      <default>'toggle-maximize'</default>
      <_summary>Action on title bar double-click</_summary>
      <_description>
        This option determines the effects of double-clicking on the title bar.

        Current valid options are 'toggle-shade', which will shade/unshade the
        window, 'toggle-maximize' which will maximize/unmaximize the window,
        'toggle-maximize-horizontally' and 'toggle-maximize-vertically'
        which will maximize/unmaximize the window in that direction only,
        'minimize' which will minimize the window, 'shade' which will roll
        the window up, 'menu' which will display the window menu,
        'lower' which will put the window behind all the others,
        and 'none' which will not do anything.
      </_description>
      <!-- For compatibility with GConf strings (Metacity 2.30) -->
      <aliases>
        <alias value="toggle_shade" target="toggle-shade"/>
        <alias value="toggle_maximize" target="toggle-maximize"/>
        <alias value="toggle_maximize_horizontally"
               target="toggle-maximize-horizontally"/>
        <alias value="toggle_maximize_vertically"
               target="toggle-maximize-vertically"/>
      </aliases>
    </key>
    <key name="action-middle-click-titlebar"
         enum="org.cinnamon.desktop.CDesktopTitlebarAction">
      <default>'lower'</default>
      <_summary>Action on title bar middle-click</_summary>
      <_description>
        This option determines the effects of middle-clicking on the title bar.

        Current valid options are 'toggle-shade', which will shade/unshade
        the window, 'toggle-maximize' which will maximize/unmaximize the window,
        'toggle-maximize-horizontally' and 'toggle-maximize-vertically'
        which will maximize/unmaximize the window in that direction only,
        'minimize' which will minimize the window, 'shade' which will roll
        the window up, 'menu' which will display the window menu,
        'lower' which will put the window behind all the others,
        and 'none' which will not do anything.
      </_description>
      <!-- For compatibility with GConf strings (Metacity 2.30) -->
      <aliases>
        <alias value="toggle_shade" target="toggle-shade"/>
        <alias value="toggle_maximize" target="toggle-maximize"/>
        <alias value="toggle_maximize_horizontally"
               target="toggle-maximize-horizontally"/>
        <alias value="toggle_maximize_vertically"
               target="toggle-maximize-vertically"/>
      </aliases>
    </key>
    <key name="action-right-click-titlebar"
         enum="org.cinnamon.desktop.CDesktopTitlebarAction">
      <default>'menu'</default>
      <_summary>Action on title bar right-click</_summary>
      <_description>
        This option determines the effects of right-clicking on the title bar.

        Current valid options are 'toggle-shade', which will shade/unshade
        the window, 'toggle-maximize' which will maximize/unmaximize
        the window, 'toggle-maximize-horizontally' and
        'toggle-maximize-vertically' which will maximize/unmaximize
        the window in that direction only, 'minimize' which will minimize
        the window, 'shade' which will roll the window up,
        'menu' which will display the window menu, 'lower' which will put
        the window behind all the others, and 'none' which will not do anything.
      </_description>
      <!-- For compatibility with GConf strings (Metacity 2.30) -->
      <aliases>
        <alias value="toggle_shade" target="toggle-shade"/>
        <alias value="toggle_maximize" target="toggle-maximize"/>
        <alias value="toggle_maximize_horizontally"
               target="toggle-maximize-horizontally"/>
        <alias value="toggle_maximize_vertically"
               target="toggle-maximize-vertically"/>
      </aliases>
    </key>
    <key name="action-scroll-titlebar"
         enum="org.cinnamon.desktop.CDesktopTitlebarScrollAction">
      <default>'none'</default>
      <_summary>Action on spinning the mouse wheel on the titlebar</_summary>
      <_description>
        This option determines the effects of using the mouse wheel on the title bar.
        Current options are: opacity, shade
      </_description>
    </key>
    <key name="min-window-opacity" type="i">
      <range min="0" max="100"/>
      <default>30</default>
      <_summary>Minimum allowable window opacity (by percent) via user adjustment</_summary>
      <_description>
        This is the minimum opacity (by percent) a user can adjust the window to when
        using keybindings or the mouse wheel.
      </_description>
    </key>
    <key name="auto-raise" type="b">
      <default>false</default>
      <_summary>Automatically raises the focused window</_summary>
      <_description>
        If set to true, and the focus mode is either "sloppy" or "mouse"
        then the focused window will be automatically raised after a delay
        specified by the auto-raise-delay key. This is not related to clicking
        on a window to raise it, nor to entering a window during drag-and-drop.
      </_description>
    </key>
    <key name="auto-raise-delay" type="i">
      <range min="0" max="10000"/>
      <default>500</default>
      <_summary>Delay in milliseconds for the auto raise option</_summary>
      <_description>
        The time delay before raising a window if auto-raise is set to true.
        The delay is given in thousandths of a second.
      </_description>
    </key>
    <key name="theme" type="s">
      <default>'Adwaita'</default>
      <_summary>Current theme</_summary>
      <_description>
        The theme determines the appearance of window borders, titlebar,
        and so forth.
      </_description>
    </key>
    <key name="titlebar-uses-system-font" type="b">
      <default>false</default>
      <_summary>Use standard system font in window titles</_summary>
      <_description>
        If true, ignore the titlebar-font option, and use the standard
        application font for window titles.
      </_description>
    </key>
    <key name="titlebar-font" type="s">
      <default>'Sans Bold 10'</default>
      <_summary>Window title font</_summary>
      <_description>
        A font description string describing a font for window titlebars.
        The size from the description will only be used if the
        titlebar-font-size option is set to 0. Also, this option is disabled
        if the titlebar-uses-desktop-font option is set to true.
      </_description>
    </key>
    <key name="num-workspaces" type="i">
      <default>4</default>
      <range min="1" max="36"/>
      <_summary>Number of workspaces</_summary>
      <_description>
        Number of workspaces. Must be more than zero, and has a fixed maximum
        to prevent making the desktop unusable by accidentally asking
        for too many workspaces.
      </_description>
    </key>
    <key name="audible-bell" type="b">
      <default>false</default>
      <_summary>System Bell is Audible</_summary>
      <_description>
        Determines whether applications or the system can generate audible
        'beeps'; may be used in conjunction with 'visual bell'
        to allow silent 'beeps'.
      </_description>
    </key>
    <key name="visual-bell" type="b">
      <default>false</default>
      <_summary>Enable Visual Bell</_summary>
      <_description>
        Turns on a visual indication when an application or the system issues
        a 'bell' or 'beep'; useful for the hard-of-hearing and for use
        in noisy environments.
      </_description>
    </key>
    <key name="visual-bell-type"
         enum="org.cinnamon.desktop.CDesktopVisualBellType">
      <default>'fullscreen-flash'</default>
      <_summary>Visual Bell Type</_summary>
      <_description>
        Tells the WM how to implement the visual indication that the
        system bell or another application 'bell' indicator has been rung.

        Currently there are two valid values, "fullscreen-flash", which
        causes a fullscreen white-black flash, and "frame-flash" which
        causes the titlebar of the application which sent the bell signal
        to flash.

        If the application which sent the bell is unknown (as is usually
        the case for the default "system beep"), the currently focused
        window's titlebar is flashed.
      </_description>
      <!-- For compatibility with GConf strings (Metacity 2.30) -->
      <aliases>
        <alias value="fullscreen" target="fullscreen-flash"/>
        <alias value="frame_flash" target="frame-flash"/>
      </aliases>
    </key>
    <key name="bell-sound" type="s">
      <default>'/usr/share/cinnamon/sounds/bell.ogg'</default>
      <_summary>Sound to use for the event bell</_summary>
    </key>
    <key name="application-based" type="b">
      <default>false</default>
      <_summary>
        (Not implemented) Navigation works in terms of applications not windows
      </_summary>
      <_description>
        If true, then the WM works in terms of applications rather than
        windows. The concept is a bit abstract, but in general an
        application-based setup is more like the Mac and less like Windows.
        When you focus a window in application-based mode, all the windows
        in the application will be raised. Also, in application-based mode,
        focus clicks are not passed through to windows in other applications.
        Application-based mode is, however, largely unimplemented
        at the moment.
      </_description>
    </key>
    <key name="disable-workarounds" type="b">
      <default>false</default>
      <_summary>
        Disable misfeatures that are required by old or broken applications
      </_summary>
      <_description>
        Some applications disregard specifications in ways that result in
        window manager misfeatures. This option puts the WM in a
        rigorously correct mode, which gives a more consistent
        user interface, provided one does not need to run any
        misbehaving applications.
      </_description>
    </key>
    <key name="workspace-names" type="as">
      <default>[]</default>
      <_summary>The names of the workspaces</_summary>
      <_description>
        Defines the names that should be assigned to workspaces.
        If the list is too long for the current number of workspaces,
        names in excess will be ignored. If the list is too short, or
        includes empty names, missing values will be replaced with the
        default ("Workspace N").
      </_description>
    </key>
  </schema>

</schemalist>