diff options
Diffstat (limited to 'src/metacity.schemas.in')
-rw-r--r-- | src/metacity.schemas.in | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in index b18d8df5..9216b487 100644 --- a/src/metacity.schemas.in +++ b/src/metacity.schemas.in @@ -178,57 +178,6 @@ </schema> <schema> - <key>/apps/metacity/visual_bell</key> - <applyto>/apps/metacity/general/visual_bell</applyto> - <owner>metacity</owner> - <type>bool</type> - <default>false</default> - <locale name="C"> - <short>Enable Visual Bell</short> - <long>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, or when 'audible bell' is off. - </long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/metacity/general/audible_bell</key> - <applyto>/apps/metacity/general/audible_bell</applyto> - <owner>metacity</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>System Bell is Audible</short> - <long>Determines whether applications or the system can generate audible - 'beeps'; may be used in conjunction with 'visual bell' to - allow silent 'beeps'. - </long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/metacity/general/visual_bell_type</key> - <applyto>/apps/metacity/general/visual_bell_type</applyto> - <owner>metacity</owner> - <type>string</type> - <default>fullscreen</default> - <locale name="C"> - <short>Visual Bell Type</short> - <long> - Tells Metacity 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", - 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. - </long> - </locale> - </schema> - - <schema> <key>/schemas/apps/metacity/workspace_names/name</key> <applyto>/apps/metacity/workspace_names/name_1</applyto> <applyto>/apps/metacity/workspace_names/name_2</applyto> |