summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes.schemas.in
blob: 62186ed059059025c8a846e9e4b87426931f7be2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<mateconfschemafile>
<schemalist>

<schema>
	<key>/schemas/apps/stickynotes_applet/defaults/width</key>
	<applyto>/apps/stickynotes_applet/defaults/width</applyto>
	<owner>stickynotes_applet</owner>
	<type>int</type>
	<default>100</default>
	<locale name="C">
		<short>Default width for new notes</short>
		<long>Default width for new sticky notes in pixels.</long>
	</locale>
</schema>

<schema>
	<key>/schemas/apps/stickynotes_applet/defaults/height</key>
	<applyto>/apps/stickynotes_applet/defaults/height</applyto>
	<owner>stickynotes_applet</owner>
	<type>int</type>
	<default>100</default>
	<locale name="C">
		<short>Default height for new notes</short>
		<long>Default height for new sticky notes in pixels.</long>
	</locale>
</schema>

<schema>
	<key>/schemas/apps/stickynotes_applet/defaults/color</key>
	<applyto>/apps/stickynotes_applet/defaults/color</applyto>
	<owner>stickynotes_applet</owner>
	<type>string</type>
	<default>#ECF833</default>
	<locale name="C">
		<short>Default color for new notes</short>
		<long>Default color for new sticky notes. This should be in html hex specification, for example "#30FF50".</long>
	</locale>
</schema>

<schema>
	<key>/schemas/apps/stickynotes_applet/defaults/font_color</key>
	<applyto>/apps/stickynotes_applet/defaults/font_color</applyto>
	<owner>stickynotes_applet</owner>
	<type>string</type>
	<default>#000000</default>
	<locale name="C">
		<short>Default color for font</short>
		<long>Default font color for new sticky notes. This should be in html hex specification, for example "#000000".</long>
	</locale>
</schema>

<schema>
	<key>/schemas/apps/stickynotes_applet/defaults/font</key>
	<applyto>/apps/stickynotes_applet/defaults/font</applyto>
	<owner>stickynotes_applet</owner>
	<type>string</type>
	<default>Sans 10</default>
	<locale name="C">
		<short>Default font for new notes</short>
		<long>Default font for new sticky notes. This should be a Pango Font Name, for example "Sans Italic 10".</long>
	</locale>
</schema>

<schema>
	<key>/schemas/apps/stickynotes_applet/settings/sticky</key>
	<applyto>/apps/stickynotes_applet/settings/sticky</applyto>
	<owner>stickynotes_applet</owner>
	<type>bool</type>
	<default>true</default>
	<locale name="C">
		<short>Sticky notes' workspace stickyness</short>
		<long>Specifies whether the sticky notes are visible on ALL workspaces on the desktop, or not.</long>
	</locale>
</schema>

<schema>
	<key>/schemas/apps/stickynotes_applet/settings/locked</key>
	<applyto>/apps/stickynotes_applet/settings/locked</applyto>
	<owner>stickynotes_applet</owner>
	<type>bool</type>
	<default>false</default>
	<locale name="C">
		<short>Sticky notes' locked state</short>
		<long>Specifies whether the sticky notes are locked (non-editable) or not.</long>
	</locale>
</schema>

<schema>
	<key>/schemas/apps/stickynotes_applet/settings/date_format</key>
	<applyto>/apps/stickynotes_applet/settings/date_format</applyto>
	<owner>stickynotes_applet</owner>
	<type>string</type>
	<default>%x</default>
	<locale name="C">
		<short>Date format of note's title</short>
		<long>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.</long>
	</locale>
</schema>

<schema>
	<key>/schemas/apps/stickynotes_applet/settings/use_system_color</key>
	<applyto>/apps/stickynotes_applet/settings/use_system_color</applyto>
	<owner>stickynotes_applet</owner>
	<type>bool</type>
	<default>true</default>
	<locale name="C">
		<short>Whether to use the default system color</short>
		<long>If this option is disabled, a custom color can be used as the default color for all sticky notes.</long>
	</locale>
</schema>

<schema>
	<key>/schemas/apps/stickynotes_applet/settings/use_system_font</key>
	<applyto>/apps/stickynotes_applet/settings/use_system_font</applyto>
	<owner>stickynotes_applet</owner>
	<type>bool</type>
	<default>true</default>
	<locale name="C">
		<short>Whether to use the default system font</short>
		<long>If this option is disabled, a custom font can be used as the default font for all sticky notes.</long>
	</locale>
</schema>

<schema>
	<key>/schemas/apps/stickynotes_applet/settings/force_default</key>
	<applyto>/apps/stickynotes_applet/settings/force_default</applyto>
	<owner>stickynotes_applet</owner>
	<type>bool</type>
	<default>false</default>
	<locale name="C">
		<short>Whether to force the default color and font on all notes</short>
		<long>If this option is enabled, the custom colors and fonts that have been assigned to individual notes will be ignored.</long>
	</locale>
</schema>

<schema>
	<key>/schemas/apps/stickynotes_applet/settings/desktop_hide</key>
	<applyto>/apps/stickynotes_applet/settings/desktop_hide</applyto>
	<owner>stickynotes_applet</owner>
	<type>bool</type>
	<default>true</default>
	<locale name="C">
		<short>Whether to hide all notes when the desktop is selected</short>
		<long>If this option is enabled, selecting the desktop in any way will automatically hide all the open notes.</long>
	</locale>
</schema>

<schema>
	<key>/schemas/apps/stickynotes_applet/settings/confirm_deletion</key>
	<applyto>/apps/stickynotes_applet/settings/confirm_deletion</applyto>
	<owner>stickynotes_applet</owner>
	<type>bool</type>
	<default>true</default>
	<locale name="C">
		<short>Whether to ask for confirmation when deleting a note</short>
		<long>Empty notes are always deleted without confirmation.</long>
	</locale>
</schema>

</schemalist>
</mateconfschemafile>