forked from lviggiani/gnome-shell-extension-wbe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for issue lviggiani#13: whitespace
- Loading branch information
Christoph Müller
committed
Sep 17, 2015
1 parent
48d70f5
commit 6a7ed60
Showing
1 changed file
with
44 additions
and
44 deletions.
There are no files selected for viewing
88 changes: 44 additions & 44 deletions
88
[email protected]/schemas/org.gnome.shell.extensions.wbe.gschema.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<schemalist gettext-domain="gnome-shell-extensions-wbe-daemon"> | ||
<schema path="/org/gnome/shell/extensions/wbe/" id="org.gnome.shell.extensions.wbe"> | ||
<!-- Desature --> | ||
<key type="b" name="desaturate"> | ||
<default>true</default> | ||
<summary>Applies a Clutter Desaturate effect</summary> | ||
<description>Applies a Clutter Desaturate effect</description> | ||
</key> | ||
<key type="d" name="desaturate-set-factor"> | ||
<default>1</default> | ||
<summary>Desature factor</summary> | ||
<description>Desature factor (0=none; 1=full)</description> | ||
</key> | ||
<!-- Brightness and Contrast --> | ||
<key type="b" name="brightness-and-contrast"> | ||
<default>true</default> | ||
<summary>Applies a Clutter Brightness and Contrast effect</summary> | ||
<description>Applies a Clutter Brightness and Contrast effect</description> | ||
</key> | ||
<key type="d" name="brightness-and-contrast-set-brightness"> | ||
<default>-0.3</default> | ||
<summary>Brightness factor factor</summary> | ||
<description>Brightness factor (-1 to 1; 0 = no change)</description> | ||
</key> | ||
<key type="d" name="brightness-and-contrast-set-contrast"> | ||
<default>-0.3</default> | ||
<summary>Contrast factor</summary> | ||
<description>Contrast factor (-1 to 1; 0 = no change)</description> | ||
</key> | ||
<!-- Blur --> | ||
<key type="b" name="blur"> | ||
<default>true</default> | ||
<summary>Applies a Clutter Blur effect</summary> | ||
<description>Applies a Clutter Blur effect</description> | ||
</key> | ||
<!-- Overview --> | ||
<key type="b" name="overview"> | ||
<default>true</default> | ||
<summary>Applies the effects to the Overview background</summary> | ||
<description>Applies the effects to the Overview background</description> | ||
</key> | ||
</schema> | ||
<schema path="/org/gnome/shell/extensions/wbe/" id="org.gnome.shell.extensions.wbe"> | ||
<!-- Desature --> | ||
<key type="b" name="desaturate"> | ||
<default>true</default> | ||
<summary>Applies a Clutter Desaturate effect</summary> | ||
<description>Applies a Clutter Desaturate effect</description> | ||
</key> | ||
<key type="d" name="desaturate-set-factor"> | ||
<default>1</default> | ||
<summary>Desature factor</summary> | ||
<description>Desature factor (0=none; 1=full)</description> | ||
</key> | ||
|
||
<!-- Brightness and Contrast --> | ||
<key type="b" name="brightness-and-contrast"> | ||
<default>true</default> | ||
<summary>Applies a Clutter Brightness and Contrast effect</summary> | ||
<description>Applies a Clutter Brightness and Contrast effect</description> | ||
</key> | ||
<key type="d" name="brightness-and-contrast-set-brightness"> | ||
<default>-0.3</default> | ||
<summary>Brightness factor factor</summary> | ||
<description>Brightness factor (-1 to 1; 0 = no change)</description> | ||
</key> | ||
<key type="d" name="brightness-and-contrast-set-contrast"> | ||
<default>-0.3</default> | ||
<summary>Contrast factor</summary> | ||
<description>Contrast factor (-1 to 1; 0 = no change)</description> | ||
</key> | ||
|
||
<!-- Blur --> | ||
<key type="b" name="blur"> | ||
<default>true</default> | ||
<summary>Applies a Clutter Blur effect</summary> | ||
<description>Applies a Clutter Blur effect</description> | ||
</key> | ||
|
||
<!-- Overview --> | ||
<key type="b" name="overview"> | ||
<default>true</default> | ||
<summary>Applies the effects to the Overview background</summary> | ||
<description>Applies the effects to the Overview background</description> | ||
</key> | ||
</schema> | ||
</schemalist> |