forked from doctormo/GimpPs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dockrc
32 lines (30 loc) · 1001 Bytes
/
dockrc
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
# recently closed docks
(GimpSessionInfo "Channels, Paths, Undo - Brushes, Patterns, Gradients"
(factory-entry "gimp-dock-window")
(position 1103 387)
(size 210 820)
(open-on-exit)
(aux-info
(show-image-menu "false")
(follow-active-image "true"))
(gimp-dock
(book
(current-page 2)
(dockable "gimp-channel-list"
(tab-style automatic)
(preview-size 32))
(dockable "gimp-vectors-list"
(tab-style automatic)
(preview-size 32))
(dockable "gimp-undo-history"
(tab-style automatic)))
(book
(position 420)
(current-page 0)
(dockable "gimp-brush-grid"
(tab-style automatic))
(dockable "gimp-pattern-grid"
(tab-style automatic))
(dockable "gimp-gradient-list"
(tab-style automatic)))))
# end of recently closed docks