Table 2.16. stickynotes_applet keys
| Key | Type | Default | Description |
|---|---|---|---|
| /schemas/apps/stickynotes_applet/defaults/width | int | 100 | Default width for new sticky notes in pixels. |
| /schemas/apps/stickynotes_applet/defaults/height | int | 100 | Default height for new sticky notes in pixels. |
| /schemas/apps/stickynotes_applet/defaults/color | string | #ECF833 | Default color for new sticky notes. This should be in html hex specification, for example "#30FF50". |
| /schemas/apps/stickynotes_applet/defaults/font_color | string | #000000 | Default font color for new sticky notes. This should be in html hex specification, for example "#000000". |
| /schemas/apps/stickynotes_applet/defaults/font | string | Sans 10 | Default font for new sticky notes. This should be a Pango Font Name, for example "Sans Italic 10" |
| /schemas/apps/stickynotes_applet/settings/sticky | bool | true | Specifies whether the sticky notes are visible on ALL workspaces on the desktop, or not. |
| /schemas/apps/stickynotes_applet/settings/locked | bool | false | Specifies whether the sticky notes are locked (non-editable) or not. |
| /schemas/apps/stickynotes_applet/settings/autosave_time | int | 5 | Every time the specified number of minutes pass, the sticky notes are automatically saved. |
| /schemas/apps/stickynotes_applet/settings/date_format | string | %x | By default, sticky notes are given the current date as the title when they are created. This format is used; anything that can be parsed by strftime() is valid. |
| /schemas/apps/stickynotes_applet/settings/use_system_color | bool | true | If this option is disabled, a custom color can be used as the default color for all sticky notes. |
| /schemas/apps/stickynotes_applet/settings/use_system_font | bool | true | If this option is disabled, a custom font can be used as the default font for all sticky notes. |
| /schemas/apps/stickynotes_applet/settings/force_default | bool | false | If this option is enabled, the custom colors and fonts that have been assigned to individual notes will be ignored. |
| /schemas/apps/stickynotes_applet/settings/confirm_deletion | bool | true | Empty notes are always deleted without confirmation |