stickynotes_applet

Table 2.16. stickynotes_applet keys

KeyTypeDefaultDescription
/schemas/apps/stickynotes_applet/defaults/widthint100Default width for new sticky notes in pixels.
/schemas/apps/stickynotes_applet/defaults/heightint100Default height for new sticky notes in pixels.
/schemas/apps/stickynotes_applet/defaults/colorstring#ECF833Default color for new sticky notes. This should be in html hex specification, for example "#30FF50".
/schemas/apps/stickynotes_applet/defaults/font_colorstring#000000Default font color for new sticky notes. This should be in html hex specification, for example "#000000".
/schemas/apps/stickynotes_applet/defaults/fontstringSans 10Default font for new sticky notes. This should be a Pango Font Name, for example "Sans Italic 10"
/schemas/apps/stickynotes_applet/settings/stickybooltrueSpecifies whether the sticky notes are visible on ALL workspaces on the desktop, or not.
/schemas/apps/stickynotes_applet/settings/lockedboolfalseSpecifies whether the sticky notes are locked (non-editable) or not.
/schemas/apps/stickynotes_applet/settings/autosave_timeint5Every time the specified number of minutes pass, the sticky notes are automatically saved.
/schemas/apps/stickynotes_applet/settings/date_formatstring%xBy 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_colorbooltrueIf 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_fontbooltrueIf this option is disabled, a custom font can be used as the default font for all sticky notes.
/schemas/apps/stickynotes_applet/settings/force_defaultboolfalseIf 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_deletionbooltrueEmpty notes are always deleted without confirmation