1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[org.onboard]
layout = /apps/onboard/layout_filename
theme = /apps/onboard/theme_filename
snippets = /apps/onboard/snippets2
start-minimized = /apps/onboard/start_minimized
show-status-icon = /apps/onboard/use_status_icon
xembed-onboard = /apps/onboard/xembed_onboard
[org.onboard.window.landscape]
x = /apps/onboard/horizontal_position
y = /apps/onboard/vertical_position
width = /apps/onboard/width
height = /apps/onboard/height
[org.onboard.icon-palette]
in-use = /apps/onboard/icon_palette/in_use
[org.onboard.icon-palette.landscape]
x = /apps/onboard/icon_palette/horizontal_position
y = /apps/onboard/icon_palette/vertical_position
width = /apps/onboard/icon_palette/width
height = /apps/onboard/icon_palette/height
|