diff options
author | Bastien Nocera <hadess@hadess.net> | 2010-11-11 22:58:15 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2010-11-11 23:02:38 +0000 |
commit | fbfba86471c346ff8f5303f704fccf03d2837426 (patch) | |
tree | 9c2783a90dd8d6cc60361a59ec9065b690e24bc4 /schemas | |
parent | 737b23ccf68094d92f80f7569ebc8c19f1b066c5 (diff) | |
download | gsettings-desktop-schemas-fbfba86471c346ff8f5303f704fccf03d2837426.tar.gz |
schemas: Add cursor-blink-timeout
Which should be attached to the "gtk-cursor-blink-timeout" property
for GTK+.
https://bugzilla.gnome.org/show_bug.cgi?id=634639
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/org.gnome.desktop.interface.gschema.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml b/schemas/org.gnome.desktop.interface.gschema.xml index 3eb79c8..ace1fe1 100644 --- a/schemas/org.gnome.desktop.interface.gschema.xml +++ b/schemas/org.gnome.desktop.interface.gschema.xml @@ -74,7 +74,7 @@ </description> </key> <key name="cursor-blink" type="b"> - <default>false</default> + <default>true</default> <summary>Cursor Blink</summary> <description> Whether the cursor should blink. @@ -88,6 +88,14 @@ 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>'gnome'</default> <summary>Icon Theme</summary> |